| NodeWorldRotation Property  | 
 
            Get Rotastion in world space.
            
 
    Namespace: 
   GeonBit.Core.Graphics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual Quaternion WorldRotation { get; }Property Value
Type: 
Quaternion
RemarksNaive implementation using world matrix decompose. For better performance, override this with your own cached version.
See Also