Click or drag to resize

ScenePhysicsWorldClassBodyGetCharacterModeData Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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  ScenePhysicsWorldClassBodyCharacterDataGroundState
 
groundBodyID  UInt32
 
groundBodySubShapeID  UInt32
 
groundPosition  Vector3
 
groundNormal  Vector3F
 
groundVelocity  Vector3F
 
walkUpDownLastChange  Single
 
See Also