Click or drag to resize

FrameReparent Method

Sets the parent frame to a specified frame, whilst maintaining the same world location and rotation. This is analagous to the reparenting behaviour of visuals.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public void Reparent(
	Frame newParent
)

Parameters

newParent
Type: Demo3D.Visuals.FramesFrame
The new parent frame.
See Also