 | InspectorEntityAttributeSetPropertyValue Method |
Initializes the specified object via reflection with the specified property value.
Namespace: Slash.ECS.Blueprints.Inspector.AttributesAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override void SetPropertyValue(
EntityManager entityManager,
Object obj,
Object propertyValue
)
Public Overrides Sub SetPropertyValue (
entityManager As EntityManager,
obj As Object,
propertyValue As Object
)
public:
virtual void SetPropertyValue(
EntityManager^ entityManager,
Object^ obj,
Object^ propertyValue
) override
abstract SetPropertyValue :
entityManager : EntityManager *
obj : Object *
propertyValue : Object -> unit
override SetPropertyValue :
entityManager : EntityManager *
obj : Object *
propertyValue : Object -> unit
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