Click or drag to resize

AnimationNodeBlendSpace2D Properties

The AnimationNodeBlendSpace2D type exposes the following members.

Properties
  NameDescription
Public propertyAutoTriangles

If true, the blend space is triangulated automatically. The mesh updates every time you add or remove points with AddBlendPoint(AnimationRootNode, Vector2, Int32) and RemoveBlendPoint(Int32).

Public propertyBlendMode
Public propertyBlendPoint0__node
Public propertyBlendPoint0__pos
Public propertyBlendPoint1__node
Public propertyBlendPoint1__pos
Public propertyBlendPoint10__node
Public propertyBlendPoint10__pos
Public propertyBlendPoint11__node
Public propertyBlendPoint11__pos
Public propertyBlendPoint12__node
Public propertyBlendPoint12__pos
Public propertyBlendPoint13__node
Public propertyBlendPoint13__pos
Public propertyBlendPoint14__node
Public propertyBlendPoint14__pos
Public propertyBlendPoint15__node
Public propertyBlendPoint15__pos
Public propertyBlendPoint16__node
Public propertyBlendPoint16__pos
Public propertyBlendPoint17__node
Public propertyBlendPoint17__pos
Public propertyBlendPoint18__node
Public propertyBlendPoint18__pos
Public propertyBlendPoint19__node
Public propertyBlendPoint19__pos
Public propertyBlendPoint2__node
Public propertyBlendPoint2__pos
Public propertyBlendPoint20__node
Public propertyBlendPoint20__pos
Public propertyBlendPoint21__node
Public propertyBlendPoint21__pos
Public propertyBlendPoint22__node
Public propertyBlendPoint22__pos
Public propertyBlendPoint23__node
Public propertyBlendPoint23__pos
Public propertyBlendPoint24__node
Public propertyBlendPoint24__pos
Public propertyBlendPoint25__node
Public propertyBlendPoint25__pos
Public propertyBlendPoint26__node
Public propertyBlendPoint26__pos
Public propertyBlendPoint27__node
Public propertyBlendPoint27__pos
Public propertyBlendPoint28__node
Public propertyBlendPoint28__pos
Public propertyBlendPoint29__node
Public propertyBlendPoint29__pos
Public propertyBlendPoint3__node
Public propertyBlendPoint3__pos
Public propertyBlendPoint30__node
Public propertyBlendPoint30__pos
Public propertyBlendPoint31__node
Public propertyBlendPoint31__pos
Public propertyBlendPoint32__node
Public propertyBlendPoint32__pos
Public propertyBlendPoint33__node
Public propertyBlendPoint33__pos
Public propertyBlendPoint34__node
Public propertyBlendPoint34__pos
Public propertyBlendPoint35__node
Public propertyBlendPoint35__pos
Public propertyBlendPoint36__node
Public propertyBlendPoint36__pos
Public propertyBlendPoint37__node
Public propertyBlendPoint37__pos
Public propertyBlendPoint38__node
Public propertyBlendPoint38__pos
Public propertyBlendPoint39__node
Public propertyBlendPoint39__pos
Public propertyBlendPoint4__node
Public propertyBlendPoint4__pos
Public propertyBlendPoint40__node
Public propertyBlendPoint40__pos
Public propertyBlendPoint41__node
Public propertyBlendPoint41__pos
Public propertyBlendPoint42__node
Public propertyBlendPoint42__pos
Public propertyBlendPoint43__node
Public propertyBlendPoint43__pos
Public propertyBlendPoint44__node
Public propertyBlendPoint44__pos
Public propertyBlendPoint45__node
Public propertyBlendPoint45__pos
Public propertyBlendPoint46__node
Public propertyBlendPoint46__pos
Public propertyBlendPoint47__node
Public propertyBlendPoint47__pos
Public propertyBlendPoint48__node
Public propertyBlendPoint48__pos
Public propertyBlendPoint49__node
Public propertyBlendPoint49__pos
Public propertyBlendPoint5__node
Public propertyBlendPoint5__pos
Public propertyBlendPoint50__node
Public propertyBlendPoint50__pos
Public propertyBlendPoint51__node
Public propertyBlendPoint51__pos
Public propertyBlendPoint52__node
Public propertyBlendPoint52__pos
Public propertyBlendPoint53__node
Public propertyBlendPoint53__pos
Public propertyBlendPoint54__node
Public propertyBlendPoint54__pos
Public propertyBlendPoint55__node
Public propertyBlendPoint55__pos
Public propertyBlendPoint56__node
Public propertyBlendPoint56__pos
Public propertyBlendPoint57__node
Public propertyBlendPoint57__pos
Public propertyBlendPoint58__node
Public propertyBlendPoint58__pos
Public propertyBlendPoint59__node
Public propertyBlendPoint59__pos
Public propertyBlendPoint6__node
Public propertyBlendPoint6__pos
Public propertyBlendPoint60__node
Public propertyBlendPoint60__pos
Public propertyBlendPoint61__node
Public propertyBlendPoint61__pos
Public propertyBlendPoint62__node
Public propertyBlendPoint62__pos
Public propertyBlendPoint63__node
Public propertyBlendPoint63__pos
Public propertyBlendPoint7__node
Public propertyBlendPoint7__pos
Public propertyBlendPoint8__node
Public propertyBlendPoint8__pos
Public propertyBlendPoint9__node
Public propertyBlendPoint9__pos
Public propertyDynamicObject
Gets a new DynamicGodotObject associated with this instance.
(Inherited from Object.)
Public propertyFilterEnabled

If true, filtering is enabled.

(Inherited from AnimationNode.)
Public propertyFilters (Inherited from AnimationNode.)
Public propertyMaxSpace

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

Public propertyMinSpace

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

Public propertyNativeInstance (Inherited from Object.)
Public propertyResourceLocalToScene

If true, the resource will be made unique in each instance of its local scene. It can thus be modified in a scene instance without impacting other instances of that same scene.

(Inherited from Resource.)
Public propertyResourceName

The name of the resource. This is an optional identifier. If ResourceName is not empty, its value will be displayed to represent the current resource in the editor inspector. For built-in scripts, the ResourceName will be displayed as the tab name in the script editor.

(Inherited from Resource.)
Public propertyResourcePath

The path to the resource. In case it has its own file, it will return its filepath. If it's tied to the scene, it will return the scene's path, followed by the resource's index.

(Inherited from Resource.)
Public propertySnap

Position increment to snap to when moving a point.

Public propertyTriangles
Public propertyXLabel

Name of the blend space's X axis.

Public propertyYLabel

Name of the blend space's Y axis.

Top
See Also