Class OrthographicCamera
Inheritance
System.Object
OrthographicCamera
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public class OrthographicCamera : Camera, IPosition, IData
Constructors
|
Improve this Doc
View Source
Declaration
public OrthographicCamera(Vector3 position)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
position |
|
Properties
|
Improve this Doc
View Source
Size
Declaration
public Vector2 Size { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Type
Declaration
public override CameraType Type { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GetProjectionMatrix()
Declaration
protected override Matrix4 GetProjectionMatrix()
Returns
Type |
Description |
OpenToolkit.Mathematics.Matrix4 |
|
Overrides
Implements