class MAGES::Utilities::MAGESObject¶
Overview¶
class MAGESObject: public MonoBehaviour { public: // properties UnityEventCreated; UnityEvent OnDestroyEvent; };
Detailed Documentation¶
MAGES object.
Properties¶
UnityEventCreated
Gets the event called when an object with a MAGESObject is created.
UnityEventOnDestroyEvent
Gets or sets event called on destroy.