VertexFieldDataType
内容
[
隐藏
]Inheritance: java.lang.Object
public final class VertexFieldDataType
顶点字段的数据类型
构造函数
| 构造函数 | 描述 |
|---|---|
| VertexFieldDataType() |
字段
| 字段 | 描述 |
|---|---|
| BYTE_VECTOR4 | byte[4] 类型,可用于以更少的内存消耗表示颜色。 |
| DOUBLE | double 类型 |
| FLOAT | float 类型 |
| F_VECTOR2 | FVector2 类型 |
| F_VECTOR3 | FVector3 类型 |
| F_VECTOR4 | FVector4 类型 |
| INT16 | short 类型 |
| INT32 | int 类型 |
| INT64 | long 类型 |
| INT8 | byte 类型 |
| VECTOR2 | Vector2 类型 |
| 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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | java.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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |