 | InspectorUtilsDeinit Method |
Deinitializes the specified object that is of the specified inspector type.
Namespace: Slash.ECS.Inspector.UtilsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic static void Deinit(
EntityManager entityManager,
InspectorType inspectorType,
Object obj
)
Public Shared Sub Deinit (
entityManager As EntityManager,
inspectorType As InspectorType,
obj As Object
)
public:
static void Deinit(
EntityManager^ entityManager,
InspectorType^ inspectorType,
Object^ obj
)
static member Deinit :
entityManager : EntityManager *
inspectorType : InspectorType *
obj : Object -> unit
Parameters
- entityManager
- Type: Slash.ECS.ComponentsEntityManager
Entity manager. - inspectorType
- Type: Slash.ECS.Inspector.DataInspectorType
Inspector type of the specified object. - obj
- Type: SystemObject
Object to deinitialize.
See Also