Click or drag to resize

CharacterTypeFootstepSoundBeforeDelegate Delegate


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

Parameters

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