Click or drag to resize

FrameAspectPositionReference Enumeration

Enumeration representing the reference point for specifying a FrameAspect's location and rotation.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum FrameAspectPositionReference
Members
  Member nameValueDescription
ParentNative0 Location and rotation specified relative to the frame's parent using Emulate3D's coordinate system.
ParentLocal1 Location and rotation specified relative to the frame's parent using the frame's coordinate system.
WorldNative2 Location and rotation specified relative to the scene using Emulate3D's coordinate system.
See Also