 | 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.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Blueprint Parent { get; set; }
Public Property Parent As Blueprint
Get
Set
public:
property Blueprint^ Parent {
Blueprint^ get ();
void set (Blueprint^ value);
}
member Parent : Blueprint with get, set
Property Value
Type:
Blueprint
See Also