VertexDeclaration
Overview
VertexDeclaration यह जावा के लिए Aspose.3D FOSS में एक कक्षा है।. वारिस से: Serializable, Iterable<VertexField>.
इस कक्षा में जावा प्रोग्रामों में VertexDeclaration वस्तुओं के साथ काम करने के लिए 11 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: VertexDeclaration, addField, clear, equals, get, getSize, hashCode, isSealed, iterator, size, toString. सभी सार्वजनिक सदस्य किसी भी जावा अनुप्रयोग के लिए उपलब्ध हैं Aspose.3D FOSS स्थापित करने के बाद जावे पैकेज।. संपत्ति : sealed, size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
sealed | boolean | Read | सील कर लेते हैं।. |
size | int | Read | आकार मिलता है।. |
Methods
| Signature | Description |
|---|---|
VertexDeclaration() | इस उदाहरण पर VertexDeclaration कॉल करें।. |
isSealed() → boolean | जब सच हो जाता है तो सील सेट किया जाता।. |
size() → int | इस VertexDeclaration उदाहरण पर आकार कॉल करें।. |
get(index: int) → VertexField | इस VertexDeclaration उदाहरण पर कॉल प्राप्त करें(index)।. |
getSize() → int | आकार वापस कर दिया।. |
clear() | इस VertexDeclaration उदाहरण पर स्पष्ट रूप से कॉल करें।. |
addField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String) → VertexField | इस VertexDeclaration उदाहरण पर addField(dataType, semantic, index, alias) को कॉल करें।. |
iterator() → java.util.Iterator<VertexField> | इस VertexDeclaration उदाहरण पर iterator कॉल करें।. |
hashCode() → int | इस VertexDeclaration उदाहरण पर हैशकोड कॉल करें।. |
equals(obj: Object) → boolean | इस VertexDeclaration उदाहरण पर इक्वाइन्स(obj) कॉल करें।. |
toString() → String | इस VertexDeclaration उदाहरण पर call toString।. |