The parent game object

C# | Visual Basic | Visual C++ |
public GameObject Parent { get; set; }
Public Property Parent As GameObject Get Set
public: property GameObject^ Parent { GameObject^ get (); void set (GameObject^ value); }
C# | Visual Basic | Visual C++ |
public GameObject Parent { get; set; }
Public Property Parent As GameObject Get Set
public: property GameObject^ Parent { GameObject^ get (); void set (GameObject^ value); }