Table of Contents

Enum MaterialFaceCulling

Namespace
ReFuel.Resources
Assembly
ReFuel.dll

Face culling mode of this material.

[Flags]
public enum MaterialFaceCulling

Fields

Always = Back | Front

Cull all faces, for some reason...

Back = 1

Cull the back face.

Front = 2

Cull the front face.

Never = 0

Never cull material faces.