Class Scene
Assembly: Evergine.Assets.dll
Syntax
Properties
Extensions
Dictionary object with extension-specific objects.
Declaration
[JsonProperty("extensions")]
public Dictionary<string, object> Extensions { get; set; }
Property Value
Application-specific data.
Declaration
[JsonProperty("extras")]
public Extras Extras { get; set; }
Property Value
Name
The user-defined name of this object.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Nodes
The indices of each root node.
Declaration
[JsonConverter(typeof(ArrayConverter))]
[JsonProperty("nodes")]
public int[] Nodes { get; set; }
Property Value
Methods
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
ShouldSerializeName()
Declaration
public bool ShouldSerializeName()
Returns
ShouldSerializeNodes()
Declaration
public bool ShouldSerializeNodes()
Returns
Extension Methods