b3dGetCharacterWallContactY

Returns wall contact position Y in world space (height of wall touch, 0.0 if no wall). Takes characterHandle (character controller from b3dCreateCharacterController). Returns contact position Y coordinate (Y axis world space height where character touches wall), returns 0.0 if no wall contact.

3D Graphics

Parameters & Returns

Parameters

characterHandle Int

Returns

Double

Quick Summary

Returns wall contact position Y in world space (height of wall touch, 0.0 if no wall). Takes characterHandle (character controller from b3dCreateCharacterController). Returns contact position Y coordinate (Y axis world space height where character touches wall), returns 0.0 if no wall contact.

Technical Exegesis...

Returns wall contact position Y in world space (height of wall touch, 0.0 if no wall). Takes characterHandle (character controller from b3dCreateCharacterController). Returns contact position Y coordinate (Y axis world space height where character touches wall), returns 0.0 if no wall contact. Use for spawning wall effects at correct height, IK hand placement, or wall contact height detection.

This function queries wall contact position.

Example

Example.bam
; No example implemented yet