VertexElementVertexColor
개요
VertexElementVertexColor .NET에 대한 Aspose.3D FOSS의 클래스입니다. 다음의 사람으로부터 유산을 받은 경우: VertexElementFVector, IIndexedVertexElement.
특정 구성 요소의 꼭짓점 색상을 정의합니다.
이 클래스는 .NET 프로그램에서 VertexElementVertexColor 객체와 작업하는 6가지 방법을 제공합니다. 이용 가능한 방법에는 다음이 포함됩니다.: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementVertexColor. 모든 퍼블릭 멤버들은 Aspose.3D FOSS for .NET 패키지를 설치한 후 어떤 .Net 애플리케이션에도 액세스할 수 있습니다. 성질: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.
속성
| 이름 | 유형 | Access | 설명 |
|---|---|---|---|
Data | IArrayList<FVector4> | 읽으세요. | 데이터를 가져옵니다. |
VertexElementType | VertexElementType | 읽으세요. | 해당 유형을 가져옵니다 |
Name | string | 읽기/쓰기 | 이름을 가져오거나 설정합니다. |
MappingMode | MappingMode | 읽기/쓰기 | 요소가 매핑되는 방식을 가져오거나 설정합니다. |
ReferenceMode | ReferenceMode | 읽기/쓰기 | 요소가 참조되는 방식을 가져오거나 설정합니다. |
Indices | IArrayList<int> | 읽으세요. | 인덱스 데이터를 가져옵니다 |
메서드
| Signature | 설명 |
|---|---|
VertexElementVertexColor() | VertexElementVertexColor 클래스의 새로운 인스턴스를 초기화합니다. |
CopyTo(target: VertexElementFVector) | 지정된 요소에 데이터를 복사합니다. |
SetData(data: FVector4[]) | 데이터를 설정합니다 |
Clear() | 직접 및 인덱스 배열에서 모든 요소를 제거합니다. |
SetIndices(data: int[]) | 인덱스 데이터를 설정합니다 |
ToString() | 정점 요소의 문자열 표현. |