DX9ToolsR4 - Created by: X

Camera.View Property

Returns a reference to a private view matrix.

[Visual Basic]
Public Property View As Matrix
[C#]
public Microsoft.DirectX.Matrix View {get; set;}

Remarks

When working with this property be aware that it is not a direct reference to the 'Direct3D.Device.Transforms.View' matrix. The camera class maintains it own view matrix.

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace