TextureProjectionKeys Class
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
Keys used for texture projection by lights.
System.Object →
TextureProjectionKeys
Derived from TextureProjectionKeys:
public static class TextureProjectionKeys
Name | Description | |
---|---|---|
Fields | ||
ProjectionTexture | Key for the texture to project. |
|
UVOffset | Key for the texture to project. |
|
UVScale | Key for the texture to project. |
Fields
ProjectionTexture
Key for the texture to project.
public static readonly ObjectParameterKey<Texture> ProjectionTexture
Field Value
Type | Description |
---|---|
ObjectParameterKey<Texture> |
UVOffset
Key for the texture to project.
public static readonly ValueParameterKey<Vector2> UVOffset
Field Value
Type | Description |
---|---|
ValueParameterKey<Vector2> |
UVScale
Key for the texture to project.
public static readonly ValueParameterKey<Vector2> UVScale
Field Value
Type | Description |
---|---|
ValueParameterKey<Vector2> |