Imaginary Game Engine API documentation
Orientation Property
NamespacesIGECameraOrientation

[This is preliminary documentation and is subject to change.]

Get the cameras orientation matrix
Declaration Syntax
C#Visual BasicVisual C++
public Matrix4F Orientation { get; set; }
Public Property Orientation As Matrix4F
public:
property Matrix4F Orientation {
	Matrix4F get ();
	void set (Matrix4F value);
}

Assembly: IGE Core (Module: IGE Core) Version: 0.1.2957.39562 (0.1.0.0)