Namespace: DeltaEngine.GraphicsAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public Matrix CameraProjectionMatrix { get; set; }
public Matrix CameraProjectionMatrix { get; set; }
Public Property CameraProjectionMatrix As Matrix
Get
Set
Public Property CameraProjectionMatrix As Matrix
Get
Set
public:
property Matrix CameraProjectionMatrix {
Matrix get ();
void set (Matrix value);
}
public:
property Matrix CameraProjectionMatrix {
Matrix get ();
void set (Matrix value);
}
member CameraProjectionMatrix : Matrix with get, set
member CameraProjectionMatrix : Matrix with get, set
Property Value
Type:
Matrix