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 |