Click or drag to resize
InspectorUtils Class
Utility methods for collecting inspector data and initializing objects.
Inheritance Hierarchy
SystemObject
  Slash.ECS.Inspector.UtilsInspectorUtils

Namespace: Slash.ECS.Inspector.Utils
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public static class InspectorUtils

The InspectorUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCollectInspectorProperties
Returns inspector data for all inspectable properties of the specified type.
Public methodStatic memberCreateFromAttributeTableT
Creates an object of the specified type and initializes it with values from the passed attribute table, or default values of the respective inspector properties, if no attribute value is present.
Public methodStatic memberDeinit
Deinitializes the specified object that is of the specified inspector type.
Public methodStatic memberInitFromAttributeTable(EntityManager, Object, IAttributeTable)
Initializes an object by getting its inspector properties via reflection and look them up in the specified attribute table.
Public methodStatic memberInitFromAttributeTable(EntityManager, InspectorType, Object, IAttributeTable)
Initializes an object by getting its inspector properties from the specified inspector type and look them up in the specified attribute table.
Top
See Also