VertexFieldDataType
İçindekiler
[
Saklamak
]Inheritance: java.lang.Object
public final class VertexFieldDataType
Vertex alanının veri tipi
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| VertexFieldDataType() |
Alanlar
| Alan | Açıklama |
|---|---|
| BYTE_VECTOR4 | byte[4] tipi, daha az bellek tüketimiyle renk temsil etmek için kullanılabilir. |
| DOUBLE | double tipi |
| FLOAT | float tipi |
| F_VECTOR2 | FVector2 tipi |
| F_VECTOR3 | FVector3 tipi |
| F_VECTOR4 | FVector4 tipi |
| INT16 | short tipi |
| INT32 | int tipi |
| INT64 | long tipi |
| INT8 | byte tipi |
| VECTOR2 | Vector2 tipi |
| VECTOR3 | Türü Vector3 |
| VECTOR4 | Türü Vector4 |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| 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] tipi, daha az bellek tüketimiyle renk temsil etmek için kullanılabilir.
DOUBLE
public static final int DOUBLE
double tipi
FLOAT
public static final int FLOAT
float tipi
F_VECTOR2
public static final int F_VECTOR2
FVector2 tipi
F_VECTOR3
public static final int F_VECTOR3
FVector3 tipi
F_VECTOR4
public static final int F_VECTOR4
FVector4 tipi
INT16
public static final int INT16
short tipi
INT32
public static final int INT32
int tipi
INT64
public static final int INT64
long tipi
INT8
public static final int INT8
byte tipi
VECTOR2
public static final int VECTOR2
Vector2 tipi
VECTOR3
public static final int VECTOR3
Türü Vector3
VECTOR4
public static final int VECTOR4
Türü Vector4
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| 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:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long | |
| arg1 | int |