TupleType

Description

enum Tinman.Terrain.Vertices.TupleType

Enumeration of tuple element types.

Public / Constants

Int

public constant Int → (0:int32)

A tuple of 32-bit integer values.

A IVertexArray instance which IVertexArray.TupleType is Int can always be cast to one of the following classes (depending on the tuple size):

Long

public constant Long → (1:int32)

A tuple of 64-bit integer values.

A IVertexArray instance which IVertexArray.TupleType is Int can always be cast to one of the following classes (depending on the tuple size):

Float

public constant Float → (2:int32)

A tuple of 32-bit floating point values.

A IVertexArray instance which IVertexArray.TupleType is Float can always be cast to one of the following classes (depending on the tuple size):

Double

public constant Double → (3:int32)

A tuple of 64-bit floating point values.

A IVertexArray instance which IVertexArray.TupleType is Double can always be cast to one of the following classes (depending on the tuple size):