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 |