 | EntityConfigurationBlueprintId Property |
Name of blueprint to use for the entity.
Namespace: Slash.ECS.Blueprints.ConfigurationsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string BlueprintId { get; set; }
Public Property BlueprintId As String
Get
Set
public:
property String^ BlueprintId {
String^ get ();
void set (String^ value);
}
member BlueprintId : string with get, set
Property Value
Type:
String
See Also