Click or drag to resize
InspectorPropertyAttributeSetPropertyValue Method
Initializes the specified object via reflection with the specified property value.

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

Parameters

entityManager
Type: Slash.ECS.ComponentsEntityManager
Entity manager.
obj
Type: SystemObject
Object to set property value for.
propertyValue
Type: SystemObject
Property value to set.
See Also