Method DestroyUnmanagedSystem
DestroyUnmanagedSystem(World, SystemHandle)
Obsolete. Use DestroySystem(SystemHandle) instead.
Declaration
[Obsolete("Use World.DestroySystem instead")]
public static void DestroyUnmanagedSystem(this World self, SystemHandle sysHandle)
Parameters
Type | Name | Description |
---|---|---|
World | self | The World |
SystemHandle | sysHandle | The system handle. |