Click or drag to resize
DigitalRuneDecalOptions Enumeration
Defines options for rendering decals.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public enum DecalOptions
Members
  Member nameValueDescription
ProjectOnAll0 The decal is applied to all types of geometry.
ProjectOnStatic1 The decal is applied only to static geometry. (Only scene nodes where IsStatic is set will receive the decal.)
See Also