public final class VertexFieldDataType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_VECTOR4
Type of byte[4], can be used to represent color with less memory consumption.
|
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
floatpublic static final int F_VECTOR2
FVector2public static final int F_VECTOR3
FVector3public static final int F_VECTOR4
FVector4public static final int DOUBLE
doublepublic static final int VECTOR2
Vector2public static final int VECTOR3
Vector3public static final int VECTOR4
Vector4public static final int BYTE_VECTOR4
public static final int INT8
bytepublic static final int INT16
shortpublic static final int INT32
intpublic static final int INT64
long