class MAGES::GameObjectReference¶
Overview¶
A superset of UniqueReference and GameObject. More…
class GameObjectReference
{
public:
// properties
bool IsPrefab;
GameObject Resolved;
};
Detailed Documentation¶
A superset of UniqueReference and GameObject.
This class allows for either a prefab or a scene object to be referenced.
Properties¶
bool IsPrefab
Gets a value indicating whether this instance is a scene object.
GameObject Resolved
Gets the resolved object.