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

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 SetPropertyValue(
	EntityManager entityManager,
	Object obj,
	Object propertyValue
)

Parameters

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