Table of Contents

Class TextureProjectionKeys

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll

Keys used for texture projection by lights.

public static class TextureProjectionKeys
Inheritance
TextureProjectionKeys

Fields

ProjectionTexture

Key for the texture to project.

public static readonly ObjectParameterKey<Texture> ProjectionTexture

Field Value

ObjectParameterKey<Texture>

UVOffset

Key for the texture to project.

public static readonly ValueParameterKey<Vector2> UVOffset

Field Value

ValueParameterKey<Vector2>

UVScale

Key for the texture to project.

public static readonly ValueParameterKey<Vector2> UVScale

Field Value

ValueParameterKey<Vector2>