Table of Contents

Enum CullFace

Namespace
Pie
Assembly
Pie.dll

The face to cull.

public enum CullFace

Fields

Back = 2

Cull back faces.

Front = 1

Cull front faces.

None = 0

Disable face culling.