Click or drag to resize
InspectorUtilsDeinit Method
Deinitializes the specified object that is of the specified inspector type.

Namespace: Slash.ECS.Inspector.Utils
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public static void Deinit(
	EntityManager entityManager,
	InspectorType inspectorType,
	Object obj
)

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