| GradientTextureSkyNodeBackTexture Property |
Gets or sets the gradient lookup texture for the side opposite to the sun.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Texture2D BackTexture { get; set; }
Public Property BackTexture As Texture2D
Get
Set
public:
property Texture2D^ BackTexture {
Texture2D^ get ();
void set (Texture2D^ value);
}
member BackTexture : Texture2D with get, set
Property Value
Type:
Texture2D
The gradient lookup texture for the side opposite to the sun (using premultiplied alpha).
See Also