Click or drag to resize

SoftBodyGetProcessedData Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool GetProcessedData(
	out Vector3F[] processedVertices,
	out int[] processedIndices,
	out int[] processedTrianglesToSourceIndex
)

Parameters

processedVertices  Vector3F
 
processedIndices  Int32
 
processedTrianglesToSourceIndex  Int32
 

Return Value

Boolean
See Also