 | 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.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IAttributeTable GetAttributeTable()
Public Function GetAttributeTable As IAttributeTable
public:
IAttributeTable^ GetAttributeTable()
member GetAttributeTable : unit -> IAttributeTable
Return Value
Type:
IAttributeTableFinal attribute table to use for entity creation.
See Also