Table of Contents

Enum ViewType

Namespace
OmegaEngine.Graphics.Renderables
Assembly
OmegaEngine.dll
public enum ViewType
Extension Methods

Fields

All = 0

Render in all types of Views

GlowOnly = 3

Render only in GlowViews

NormalOnly = 1

Do not render in SupportViews

SupportOnly = 2

Render only in SupportViews

See Also