Click or drag to resize

CharacterTypeGetBodyFormInfo Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetBodyFormInfo(
	bool crouching,
	out double height,
	out double walkUpHeight,
	out double walkDownHeight
)

Parameters

crouching
Type: SystemBoolean
height
Type: SystemDouble
walkUpHeight
Type: SystemDouble
walkDownHeight
Type: SystemDouble
See Also