Click or drag to resize
InspectorUtilsInitFromAttributeTable Method (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.

Namespace: Slash.ECS.Inspector.Utils
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public static void InitFromAttributeTable(
	EntityManager entityManager,
	InspectorType inspectorType,
	Object obj,
	IAttributeTable attributeTable
)

Parameters

entityManager
Type: Slash.ECS.ComponentsEntityManager
Entity manager to use for initializing the object, e.g. for creating entities from entity configuration attributes.
inspectorType
Type: Slash.ECS.Inspector.DataInspectorType
Contains information about the properties of the object.
obj
Type: SystemObject
Object to initialize.
attributeTable
Type: Slash.Collections.AttributeTablesIAttributeTable
Attribute table to initialize from.
See Also