VertexDeclaration

VertexDeclaration

סקירה כללית

VertexDeclaration הוא שיעור ב Aspose.3D FOSS עבור Java. מורשת מ : Serializable, Iterable<VertexField>.

שיעור זה מספק 11 שיטות לעבוד עם אובייקטים VertexDeclaration בתוכניות Java. שיטות זמינות כוללות: VertexDeclaration, addField, clear, equals, get, getSize, hashCode, isSealed, iterator, size, toString. כל החברים הציבוריים זמינים לכל יישום Java לאחר התקנת Aspose.3D FOSS עבור חבילת Java. רכוש : sealed, size.

נכסים

שםסוגגישהתיאור
sealedbooleanקראומקבל את החותם.
sizeintקראומקבל את הגודל.

שיטות

חתימהתיאור
VertexDeclaration()צלצול VertexDeclaration על האינדקס הזה VertexDeclaration.
isSealed()booleanהחזרה נכונה אם הסגירה מוגדרת.
size()intצלצול גודל על האינדקס הזה VertexDeclaration.
get(index: int)VertexFieldשיחות לקבל(אינדקס) על האינדס הזה VertexDeclaration.
getSize()intלהחזיר את הגודל.
clear()זה אומר בבירור על האירוע הזה VertexDeclaration.
addField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String)VertexFieldקורא addField(dataType, סמנטי, index, alias) על זה VertexDeclaration דוגמה.
iterator()java.util.Iterator<VertexField>קורא את iterator על האינדקס הזה VertexDeclaration.
hashCode()intקרא hashCode על האינדקס הזה VertexDeclaration.
equals(obj: Object)booleanקוראים שווים(obj) על האינדקס הזה VertexDeclaration.
toString()Stringקרא ל-Test על האינדקס הזה VertexDeclaration.

ראה גם

 עברית