Table of Contents

Class PrefabAsset

Namespace
Axolotl2D.Prefabs
Assembly
Axolotl2D.dll

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

string

CurrentFormatVersion

public const int CurrentFormatVersion = 1

Field Value

int

Properties

FormatVersion

public int FormatVersion { get; }

Property Value

int

Root

public PrefabObject Root { get; }

Property Value

PrefabObject