Click or drag to resize
DigitalRuneTerrainDecalLayerPose Property
Gets or sets the pose of the decal.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Pose Pose { get; set; }

Property Value

Type: Pose
The pose of the decal. The default orientation is downward facing (local z-axis points down).
Remarks
See TerrainDecalLayer for more details.
See Also