Click or drag to resize

ScenePhysicsWorldClassBodyGetCharacterModeData Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetCharacterModeData(
	out ScenePhysicsWorldClassBodyCharacterDataGroundState groundState,
	out uint groundBodyID,
	out uint groundBodySubShapeID,
	out Vector3 groundPosition,
	out Vector3F groundNormal,
	out Vector3F groundVelocity,
	out float walkUpDownLastChange
)

Parameters

groundState
Type: NeoAxisScenePhysicsWorldClassBodyCharacterDataGroundState
groundBodyID
Type: SystemUInt32
groundBodySubShapeID
Type: SystemUInt32
groundPosition
Type: NeoAxisVector3
groundNormal
Type: NeoAxisVector3F
groundVelocity
Type: NeoAxisVector3F
walkUpDownLastChange
Type: SystemSingle
See Also