Click or drag to resize

CharacterTypePerformFootstepSoundBefore Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void PerformFootstepSoundBefore(
	Character character,
	MeshInSpaceAnimationControllerAnimationStateClass animationState,
	MeshInSpaceAnimationControllerAnimationStateClassAnimationItem animationItem,
	AnimationTrigger trigger,
	ref bool handled
)

Parameters

character  Character
 
animationState  MeshInSpaceAnimationControllerAnimationStateClass
 
animationItem  MeshInSpaceAnimationControllerAnimationStateClassAnimationItem
 
trigger  AnimationTrigger
 
handled  Boolean
 
See Also