Click or drag to resize

FrameParent Property

This frame's parent frame. This can be null to signify that it has no parent (effectively meaning the scene is the parent). Note that setting the parent doesn't change the Location and Rotation properties, meaning that they will have the same values, but now be relative to the new parent. To reparent while maintaining the same world location and rotation, use the Reparent method.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public virtual Frame Parent { get; set; }

Property Value

Type: Frame
See Also