SkeletonFlags

Description

[Flags]
enum Tinman.Terrain.Kernel.SkeletonFlags

Enumeration of skeleton vertex flags.

Public / Constants

None

public constant None → (0:int32)

No flags.

Even

public constant Even → (1:int32)

The vertex is the center of an even diamond.

Odd

public constant Odd → (2:int32)

The vertex is the center of an odd diamond.

Face

public constant Face → (4:int32)

The vertex is the center of a cubemap face.

All

public constant All → (7:int32)

All flags.