Class PrefabGameObjectData
Inheritance
System.Object
PrefabGameObjectData
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 PrefabGameObjectData
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> |
Id
Declaration
public int Id
Field Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |