VertexField
Overview
VertexField यह जावा के लिए Aspose.3D FOSS में एक कक्षा है।. वारिस से: Serializable.
इस कक्षा में जावा प्रोग्रामों में VertexField वस्तुओं के साथ काम करने के लिए 10 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: VertexField, equals, getAlias, getDataType, getIndex, getOffset, getSemantic, getSize, hashCode, toString. सभी सार्वजनिक सदस्य किसी भी जावा अनुप्रयोग के लिए उपलब्ध हैं Aspose.3D FOSS स्थापित करने के बाद जावे पैकेज।. संपत्ति : alias, dataType, index, offset, semantic, size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
dataType | VertexFieldDataType | Read | डेटा प्रकार प्राप्त करें।. |
semantic | VertexFieldSemantic | Read | सेमंटिक को मिला।. |
alias | String | Read | एलियंस प्राप्त करें।. |
index | int | Read | इंडेक्स को मिला है।. |
offset | int | Read | बदला लेते हैं।. |
size | int | Read | आकार मिलता है।. |
Methods
| Signature | Description |
|---|---|
VertexField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String, offset: int, size: int) | इस VertexField उदाहरण पर {dataType, semantic, index, alias, offset, size) को कॉल करें।. |
getDataType() → VertexFieldDataType | डेटा प्रकार वापस कर देता है।. |
getSemantic() → VertexFieldSemantic | फिर से सेंटिक्स की ओर लौटते हैं।. |
getAlias() → String | फिर से एलियंस लौटें।. |
getIndex() → int | इंडेक्स को वापस लाएं।. |
getOffset() → int | बदलाव वापस कर दिया।. |
getSize() → int | आकार वापस कर दिया।. |
hashCode() → int | इस VertexField उदाहरण पर हैशकोड कॉल करें।. |
equals(obj: Object) → boolean | इस VertexField उदाहरण पर इक्वाइन्स(obj) कॉल करें।. |
toString() → String | इस VertexField उदाहरण पर call toString।. |