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

매개변수형식설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수형식설명
arg0long
arg1int