| TerrainDecalLayerPose Property |
Gets or sets the pose of the decal.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Pose Pose { get; set; }
Public Property Pose As Pose
Get
Set
public:
property Pose Pose {
Pose get ();
void set (Pose value);
}
member Pose : Pose with get, set
Property Value
Type:
Pose
The pose of the decal. The default orientation is downward facing (local z-axis points
down).
Remarks See Also