Click or drag to resize
BlueprintGetAttributeTable Method
Returns the final attribute table to use for entity creation. Considers the attribute tables of the ancestors of this blueprint if there are any.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IAttributeTable GetAttributeTable()

Return Value

Type: IAttributeTable
Final attribute table to use for entity creation.
See Also