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> ProjectionTextureField Value
| Type | Description | 
|---|---|
| ObjectParameterKey<Texture> | 
UVOffset
Key for the texture to project.
public static readonly ValueParameterKey<Vector2> UVOffsetField Value
| Type | Description | 
|---|---|
| ValueParameterKey<Vector2> | 
UVScale
Key for the texture to project.
public static readonly ValueParameterKey<Vector2> UVScaleField Value
| Type | Description | 
|---|---|
| ValueParameterKey<Vector2> |