Click or drag to resize

ShowGraphicsMode Enumeration

Describes the graphics rendering mode used.

Namespace: Demo3D.Gui
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public enum ShowGraphicsMode
Members
Member nameValueDescription
None0 Show no graphics.
All1 Show all graphics.
PhysicsOnly2 Show only the graphics of things that have physics.
See Also