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
Syntaxpublic enum FrameAspectPositionReference
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | ParentNative | 0 | 
            Location and rotation specified relative to the frame's parent using Emulate3D's coordinate system.
             | 
 | ParentLocal | 1 | 
            Location and rotation specified relative to the frame's parent using the frame's coordinate system.
             | 
 | WorldNative | 2 | 
            Location and rotation specified relative to the scene using Emulate3D's coordinate system.
             | 
See Also