 | InspectorPropertyAttributeSetPropertyValue Method |
Initializes the specified object via reflection with the specified property value.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic virtual void SetPropertyValue(
EntityManager entityManager,
Object obj,
Object propertyValue
)
Public Overridable Sub SetPropertyValue (
entityManager As EntityManager,
obj As Object,
propertyValue As Object
)
public:
virtual void SetPropertyValue(
EntityManager^ entityManager,
Object^ obj,
Object^ propertyValue
)
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. - obj
- Type: SystemObject
Object to set property value for. - propertyValue
- Type: SystemObject
Property value to set.
See Also