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