CameraKeys Class
Namespace: Stride.Rendering
Assembly: Stride.Rendering.dll
Keys used by transformations.
System.Object →
CameraKeys
Derived from CameraKeys:
public static class CameraKeys
|
Improve this Doc
View Source
Fields
AspectRatio
public static readonly ValueParameterKey<float> AspectRatio
Field Value
FarClipPlane
public static readonly ValueParameterKey<float> FarClipPlane
Field Value
FocusDistance
public static readonly ValueParameterKey<float> FocusDistance
Field Value
NearClipPlane
public static readonly ValueParameterKey<float> NearClipPlane
Field Value
ViewSize
public static readonly ValueParameterKey<Vector2> ViewSize
Field Value
ZProjection
public static readonly ValueParameterKey<Vector2> ZProjection
Field Value
|
Improve this Doc
View Source
Methods
ZProjectionACalculate(Single, Single)
public static Vector2 ZProjectionACalculate(float nearClipPlane, float farClipPlane)
Parameters
Type |
Name |
Description |
System.Single |
nearClipPlane |
|
System.Single |
farClipPlane |
|
Returns