struct MAGES::UniqueIdentifierManager::GUIDInfo¶
Overview¶
struct GUIDInfo
{
// properties
GameObject Actual;
// events
event Added();
event Removed();
// methods
GUIDInfo(UniqueIdentifier uid);
void HandleAdded();
void HandleRemoved();
};
Detailed Documentation¶
Methods¶
GUIDInfo(UniqueIdentifier uid)
Initializes a new instance of the GUIDInfo struct.
Parameters:
uid |
The component. |