VertexElementUV
סקירה
VertexElementUV זוהי מחלקה ב-Aspose.3D FOSS עבור Java. יורש מ: VertexElement.
VertexElementUV.VertexElementUV יוצר מופע חדש עם מיפוי המרקם הנתון, מצב המיפוי, ומצב הייחוס.
מחלקה זו מספקת 10 שיטות לעבודה עם אובייקטי VertexElementUV בתוכניות Java. השיטות הזמינות כוללות: VertexElementUV, clone, getData, getIndices, getMapping, getMappingMode, getReferenceMode, getType, setData, setIndices. כל החברים הציבוריים נגישים לכל יישום Java לאחר התקנת חבילת Aspose.3D FOSS עבור Java. מאפיינים: data, indices, mapping, mappingMode, referenceMode, type.
מאפיינים
| שם | סוג | Access | תיאור |
|---|---|---|---|
mapping | TextureMapping | קריאה | מקבל את המיפוי. |
type | VertexElementType | קריאה | מקבל את הסוג. |
mappingMode | MappingMode | קריאה | מקבל את מצב המיפוי. |
referenceMode | ReferenceMode | קריאה | מקבל את מצב ההתייחסות. |
indices | List<Integer> | קריאה | מקבל את האינדקסים. |
data | List<Object> | קריאה | מקבל את הנתונים. |
שיטות
| Signature | תיאור |
|---|---|
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode) | יוצר מופע חדש עם מיפוי המרקם הנתון, מצב המיפוי ומצב הייחוס |
getMapping() → TextureMapping | מחזיר את המיפוי. |
getType() → VertexElementType | מחזיר את הסוג. |
getMappingMode() → MappingMode | מחזיר את מצב המיפוי. |
getReferenceMode() → ReferenceMode | מחזיר את מצב ההתייחסות. |
getIndices() → List<Integer> | מחזיר את האינדקסים. |
getData() → List<Object> | מחזיר את הנתונים. |
setData(data: List<Object>) | מגדיר את ערך הנתונים. |
setIndices(indices: List<Integer>) | מגדיר את ערך האינדקסים. |
clone() → VertexElement | קורא ל‑clone על מופע VertexElementUV זה. |