Click or drag to resize

AnimationPlayerSetMethodCallMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationPlayer.SetMethodCallMode(Godot.AnimationPlayer.AnimationMethodCallMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMethodCallMode is deprecated. Use the MethodCallMode property instead.")]
public void SetMethodCallMode(
	AnimationPlayerAnimationMethodCallMode mode
)

Parameters

mode
Type: GodotAnimationPlayerAnimationMethodCallMode

[Missing <param name="mode"/> documentation for "M:Godot.AnimationPlayer.SetMethodCallMode(Godot.AnimationPlayer.AnimationMethodCallMode)"]

See Also