Click or drag to resize

MathAlgorithmsCheckValidVertexIndexBuffer Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool CheckValidVertexIndexBuffer(
	int vertexCount,
	int[] indices,
	bool fatal
)

Parameters

vertexCount
Type: SystemInt32
indices
Type: SystemInt32
fatal
Type: SystemBoolean

Return Value

Type: Boolean
See Also