Click or drag to resize

MeshInSpaceOnUpdateDataFromPhysicalBody Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnUpdateDataFromPhysicalBody(
	Transform currentTransform,
	ref Transform newTransform,
	ref Vector3F linearVelocity,
	ref Vector3F angularVelocity
)

Parameters

currentTransform
Type: NeoAxisTransform
newTransform
Type: NeoAxisTransform
linearVelocity
Type: NeoAxisVector3F
angularVelocity
Type: NeoAxisVector3F
See Also