Click or drag to resize

CharacterStartPlayOneAnimationBeforeDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void StartPlayOneAnimationBeforeDelegate(
	Character sender,
	ref Animation animation,
	ref double speed,
	ref bool freezeOnEnd,
	ref bool handled
)

Parameters

sender
Type: NeoAxisCharacter
animation
Type: NeoAxisAnimation
speed
Type: SystemDouble
freezeOnEnd
Type: SystemBoolean
handled
Type: SystemBoolean
See Also