Click or drag to resize
InspectorPropertyAttributeGetPropertyValue Method
Returns the value of the property this inspeoctor property is for.

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

Parameters

entityManager
Type: Slash.ECS.ComponentsEntityManager
Entity manager.
obj
Type: SystemObject
Object to get property value for.

Return Value

Type: Object
Property value.
See Also