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

Namespace: Slash.ECS.Blueprints.Inspector.Attributes
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override 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