Click or drag to resize
NodeWorldPosition Property
Get position in world space.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual Vector3 WorldPosition { get; }

Property Value

Type: Vector3
Remarks
Naive implementation using world matrix decompose. For better performance, override this with your own cached version.
See Also