Click or drag to resize

CharacterTypeFootstepSoundBeforeDelegate Delegate

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

Parameters

sender
Type: NeoAxisCharacterType
character
Type: NeoAxisCharacter
animationState
Type: NeoAxisMeshInSpaceAnimationControllerAnimationStateClass
animationItem
Type: NeoAxisMeshInSpaceAnimationControllerAnimationStateClassAnimationItem
trigger
Type: NeoAxisAnimationTrigger
handled
Type: SystemBoolean
See Also