SoftBodyGetSimulatedData Method |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool GetSimulatedData(
out Vector3F[] vertices,
out int[] indices,
out int[] processedTrianglesToSourceIndex
)
Parameters
- vertices
- Type: NeoAxisVector3F
- indices
- Type: SystemInt32
- processedTrianglesToSourceIndex
- Type: SystemInt32
Return Value
Type:
BooleanSee Also