public final class VertexFieldDataType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DOUBLE
Type of
double |
static int |
F_VECTOR2
Type of
FVector2 |
static int |
F_VECTOR3
Type of
FVector3 |
static int |
F_VECTOR4
Type of
FVector4 |
static int |
FLOAT
Type of
float |
static int |
INT16
Type of
short |
static int |
INT32
Type of
int |
static int |
INT64
Type of
long |
static int |
INT8
Type of
byte |
static int |
VECTOR2
Type of
Vector2 |
static int |
VECTOR3
Type of
Vector3 |
static int |
VECTOR4
Type of
Vector4 |
Constructor and Description |
---|
VertexFieldDataType() |
public static final int FLOAT
float
public static final int F_VECTOR2
FVector2
public static final int F_VECTOR3
FVector3
public static final int F_VECTOR4
FVector4
public static final int DOUBLE
double
public static final int VECTOR2
Vector2
public static final int VECTOR3
Vector3
public static final int VECTOR4
Vector4
public static final int INT8
byte
public static final int INT16
short
public static final int INT32
int
public static final int INT64
long