Class GuidExtensions
GUID/UUID extension methods for resolving game objects, and GUID serialisation.
public static class GuidExtensions
- Inheritance
-
GuidExtensions
- Inherited Members
Methods
- ToNwObject(Guid)
Attempts to resolve a living active game object from the specified UUID.
- ToNwObjectSafe<T>(Guid)
Attempts to resolve a living active game object from the specified UUID.
- ToNwObject<T>(Guid)
Attempts to resolve a living active game object from the specified UUID.
- ToUUIDString(Guid)
Converts this GUID instance to a native compatible UUID string.