Click or drag to resize
GameObjectParent Property
Get / Set the parent of this GameObject.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GameObject Parent { get; set; }

Property Value

Type: GameObject
See Also