Click or drag to resize

PathfindingGeometryGetGeometry Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void GetGeometry(
	out Vector3[] vertices,
	out int[] indices
)

Parameters

vertices
Type: NeoAxisVector3
indices
Type: SystemInt32
See Also