Class PrefabAsset
A versioned, data-authored hierarchy of GameObjects and components.
public sealed class PrefabAsset
- Inheritance
-
PrefabAsset
- Inherited Members
Fields
ContentType
public const string ContentType = "application/vnd.axolotl2d.prefab+json"
Field Value
CurrentFormatVersion
public const int CurrentFormatVersion = 1
Field Value
Properties
FormatVersion
public int FormatVersion { get; }
Property Value
Root
public PrefabObject Root { get; }