class MAGES::Utilities::MAGESObject¶
Overview¶
class MAGESObject: public MonoBehaviour
{
public:
// properties
UnityEvent OnDestroyEvent;
};
Detailed Documentation¶
MAGES object.
Properties¶
UnityEventOnDestroyEvent
Gets or sets event called on destroy.