RenderContextBase.SetProjection Method

Public MustOverride Sub SetProjection( _ 
ByVal camera As CameraBase, _ 
Optional ByVal updateMatricesStack As Boolean = false _ 
)
This language is not supported or no code example is available.
public abstract void SetProjection( 
CameraBase camera
bool updateMatricesStack = false 
)
This language is not supported or no code example is available.

Parameters

camera
CameraBase

updateMatricesStack
bool

.NET Framework

Supported in: 4.8

In this article

Definition