Click or drag to resize

VisualDisplayMode Enumeration

Control whether a visual is displayed in world space or screen space.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum VisualDisplayMode
Members
  Member nameValueDescription
WorldSpace0 Use the WorldMatrix to display the Visual.
ScreenSpace1 Use the ScreenCoords to display the Visual.
See Also