VertexFieldDataType

Inheritance: java.lang.Object

public final class VertexFieldDataType

Type de données du champ du sommet

Constructeurs

ConstructeurDescription
VertexFieldDataType()

Champs

ChampDescription
BYTE_VECTOR4Type de byte[4], peut être utilisé pour représenter la couleur avec une consommation mémoire moindre.
DOUBLEType de double
FLOATType de float
F_VECTOR2Type de FVector2
F_VECTOR3Type de FVector3
F_VECTOR4Type de FVector4
INT16Type de short
INT32Type de int
INT64Type de long
INT8Type de byte
VECTOR2Type de Vector2
VECTOR3Type de Vector3
VECTOR4Type de Vector4

Méthodes

MéthodeDescription
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

Type de byte[4], peut être utilisé pour représenter la couleur avec une consommation mémoire moindre.

DOUBLE

public static final int DOUBLE

Type de double

FLOAT

public static final int FLOAT

Type de float

F_VECTOR2

public static final int F_VECTOR2

Type de FVector2

F_VECTOR3

public static final int F_VECTOR3

Type de FVector3

F_VECTOR4

public static final int F_VECTOR4

Type de FVector4

INT16

public static final int INT16

Type de short

INT32

public static final int INT32

Type de int

INT64

public static final int INT64

Type de long

INT8

public static final int INT8

Type de byte

VECTOR2

public static final int VECTOR2

Type de Vector2

VECTOR3

public static final int VECTOR3

Type de Vector3

VECTOR4

public static final int VECTOR4

Type de Vector4

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
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:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int