Click or drag to resize

AnimationNodeBlendSpace2DSetMaxSpace Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationNodeBlendSpace2D.SetMaxSpace(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMaxSpace is deprecated. Use the MaxSpace property instead.")]
public void SetMaxSpace(
	Vector2 maxSpace
)

Parameters

maxSpace
Type: GodotVector2

[Missing <param name="maxSpace"/> documentation for "M:Godot.AnimationNodeBlendSpace2D.SetMaxSpace(Godot.Vector2)"]

See Also