Class GameObjectData
Inheritance
System.Object
GameObjectData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.Serialization
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public class GameObjectData
Fields
| Improve this Doc View SourceChildren
Declaration
public List<GameObjectData> Children
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<GameObjectData> |
Components
Declaration
public List<ComponentData> Components
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ComponentData> |
Index
Declaration
public int Index
Field Value
Type | Description |
---|---|
System.Int32 |
IndexPath
Declaration
public string IndexPath
Field Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
NamePath
Declaration
public string NamePath
Field Value
Type | Description |
---|---|
System.String |