Click or drag to resize
InspectorPropertyAttributeDeinit Method
Performs required deinitialization steps for this property of the specified object.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public virtual void Deinit(
	EntityManager entityManager,
	Object obj
)

Parameters

entityManager
Type: Slash.ECS.ComponentsEntityManager
Entity manager the object belongs to.
obj
Type: SystemObject
Object the property belongs to.
See Also