Class TextureProjectionKeys
Keys used for texture projection by lights.
public static class TextureProjectionKeys
- Inheritance
-
objectTextureProjectionKeys
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>