 | InspectorPropertyAttributeGetPropertyValue Method |
Returns the value of the property this inspeoctor property is for.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic virtual Object GetPropertyValue(
EntityManager entityManager,
Object obj
)
Public Overridable Function GetPropertyValue (
entityManager As EntityManager,
obj As Object
) As Object
public:
virtual Object^ GetPropertyValue(
EntityManager^ entityManager,
Object^ obj
)
abstract GetPropertyValue :
entityManager : EntityManager *
obj : Object -> Object
override GetPropertyValue :
entityManager : EntityManager *
obj : Object -> Object
Parameters
- entityManager
- Type: Slash.ECS.ComponentsEntityManager
Entity manager. - obj
- Type: SystemObject
Object to get property value for.
Return Value
Type:
ObjectProperty value.
See Also