Struct AiMeshColorArray
Fixed length array for representing the color channels of a mesh. Length is equal to AI_MAX_NUMBER_OF_COLOR_SETS.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiMeshColorArray
Properties
| Edit this page View Sourcethis[int]
Gets or sets an array value at the specified index.
Declaration
public nint this[int index] { readonly get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index | Zero-based index. |
Property Value
Type | Description |
---|---|
nint |
Length
Gets the length of the array.
Declaration
public readonly int Length { get; }
Property Value
Type | Description |
---|---|
int |