VertexFieldDataType

Inheritance: java.lang.Object

public final class VertexFieldDataType

顶点字段的数据类型

构造函数

构造函数描述
VertexFieldDataType()

字段

字段描述
BYTE_VECTOR4byte[4] 类型,可用于以更少的内存消耗表示颜色。
DOUBLEdouble 类型
FLOATfloat 类型
F_VECTOR2FVector2 类型
F_VECTOR3FVector3 类型
F_VECTOR4FVector4 类型
INT16short 类型
INT32int 类型
INT64long 类型
INT8byte 类型
VECTOR2Vector2 类型
VECTOR3类型为 Vector3
VECTOR4类型为 Vector4

方法

方法描述
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VertexFieldDataType()

public VertexFieldDataType()

BYTE_VECTOR4

public static final int BYTE_VECTOR4

byte[4] 类型,可用于以更少的内存消耗表示颜色。

DOUBLE

public static final int DOUBLE

double 类型

FLOAT

public static final int FLOAT

float 类型

F_VECTOR2

public static final int F_VECTOR2

FVector2 类型

F_VECTOR3

public static final int F_VECTOR3

FVector3 类型

F_VECTOR4

public static final int F_VECTOR4

FVector4 类型

INT16

public static final int INT16

short 类型

INT32

public static final int INT32

int 类型

INT64

public static final int INT64

long 类型

INT8

public static final int INT8

byte 类型

VECTOR2

public static final int VECTOR2

Vector2 类型

VECTOR3

public static final int VECTOR3

类型为 Vector3

VECTOR4

public static final int VECTOR4

类型为 Vector4

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
arg0java.lang.Object

Returns: 布尔

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int