Click or drag to resize
MyEntityParent Property

[This is preliminary documentation and is subject to change.]

Gets or sets the parent.

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyEntity Parent { get; }

Property Value

Type: MyEntity
The parent.
See Also