| CameraEntityUpdateViewPosition Method  | 
 
            Store camera world position.
            
 
    Namespace: 
   GeonBit.Core.Graphics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void UpdateViewPosition(
	Matrix view,
	Vector3 position
)
Parameters
- view
 - Type: Matrix
Current view matrix - position
 - Type: Vector3
Camera world position. 
See Also