Click or drag to resize

SimpleMeshGeneratorGenerateBox Method (BoundsF, Vector3F, 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(
	BoundsF bounds,
	out Vector3F[] positions,
	out int[] indices
)

Parameters

bounds
Type: NeoAxisBoundsF
positions
Type: NeoAxisVector3F
indices
Type: SystemInt32
See Also