class MAGES::ComponentLibrary::SerializableObjectReference¶
Overview¶
Advanced property reference that can map to prefabs, or scene objects. More…
class SerializableObjectReference { public: // enums enum ReferenceType; // properties GameObject Resolved; ReferenceType Type; GameObject Prefab; UniqueReference UniqueReference; string ScenePath; };
Detailed Documentation¶
Advanced property reference that can map to prefabs, or scene objects.
Properties¶
GameObject Resolved
Gets the resolved object.
ReferenceType Type
Gets the type of reference.
GameObject Prefab
Gets or sets the reference to a prefab.
UniqueReference UniqueReference
Gets or sets the reference to a unique reference.
string ScenePath
Gets or sets the reference to a scene path.