Class TextureProjectionKeys
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
UVOffset
Key for the texture to project.
public static readonly ValueParameterKey<Vector2> UVOffset
Field Value
UVScale
Key for the texture to project.
public static readonly ValueParameterKey<Vector2> UVScale