Table of Contents

Class CameraKeys

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

Keys used by transformations.

public static class CameraKeys
Inheritance
CameraKeys

Fields

AspectRatio

public static readonly ValueParameterKey<float> AspectRatio

Field Value

ValueParameterKey<float>

FarClipPlane

public static readonly ValueParameterKey<float> FarClipPlane

Field Value

ValueParameterKey<float>

FocusDistance

Camera focus distance

public static readonly ValueParameterKey<float> FocusDistance

Field Value

ValueParameterKey<float>

NearClipPlane

public static readonly ValueParameterKey<float> NearClipPlane

Field Value

ValueParameterKey<float>

ViewSize

public static readonly ValueParameterKey<Vector2> ViewSize

Field Value

ValueParameterKey<Vector2>

ZProjection

public static readonly ValueParameterKey<Vector2> ZProjection

Field Value

ValueParameterKey<Vector2>

Methods

ZProjectionACalculate(float, float)

public static Vector2 ZProjectionACalculate(float nearClipPlane, float farClipPlane)

Parameters

nearClipPlane float
farClipPlane float

Returns

Vector2