VehicleOnUpdateDataFromPhysicalBody Method |
Namespace:
NeoAxis
Assembly:
NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected override 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