Class PrefabReference
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PrefabReference", "ed0fcd0069d2c63a1be5255d9a876ce03ae16e2e66b65592e2236c875a2a0f8c")]
public sealed record PrefabReference : IEquatable<PrefabReference>
- Inheritance
-
PrefabReference
- Implements
- Inherited Members
Properties
Codec
public static Codec<PrefabReference> Codec { get; }
Property Value
Path
public string? Path { get; init; }
Property Value
Recursive
public bool Recursive { get; init; }
Property Value
RootDirectory
public PrefabRootDirectory? RootDirectory { get; init; }