 | BlueprintAttributeTable Property |
Data for initializing the components of entities created with this
blueprint.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IAttributeTable AttributeTable { get; set; }
Public Property AttributeTable As IAttributeTable
Get
Set
public:
property IAttributeTable^ AttributeTable {
IAttributeTable^ get ();
void set (IAttributeTable^ value);
}
member AttributeTable : IAttributeTable with get, set
Property Value
Type:
IAttributeTable
See Also