Click or drag to resize
BlueprintParent Property
Parent blueprint of this one. All components and attributes of the parent are also available for this one. Attributes can be overwritten though.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Blueprint Parent { get; set; }

Property Value

Type: Blueprint
See Also