Click or drag to resize

SimpleMeshGeneratorGenerateBox Method (Vector3, Vector3, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void GenerateBox(
	Vector3 size,
	out Vector3[] positions,
	out int[] indices
)

Parameters

size
Type: NeoAxisVector3
positions
Type: NeoAxisVector3
indices
Type: SystemInt32
See Also