Click or drag to resize

AnimationNodeBlendSpace2DMaxSpace Property

The blend space's X and Y axes' upper limit for the points' position. See AddBlendPoint(AnimationRootNode, Vector2, Int32).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 MaxSpace { get; set; }

Property Value

Type: Vector2
See Also