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: boolean
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 |