AnimationNode.GDNativeClassBinding

Undocumented in source.
struct AnimationNode
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_getFilters
GodotMethod!(Array) _getFilters;
Undocumented in source.
_setFilters
GodotMethod!(void, Array) _setFilters;
Undocumented in source.
addInput
GodotMethod!(void, String) addInput;
Undocumented in source.
blendAnimation
GodotMethod!(void, String, double, double, bool, double) blendAnimation;
Undocumented in source.
blendInput
GodotMethod!(double, long, double, bool, double, long, bool) blendInput;
Undocumented in source.
blendNode
GodotMethod!(double, String, AnimationNode, double, bool, double, long, bool) blendNode;
Undocumented in source.
getCaption
GodotMethod!(String) getCaption;
Undocumented in source.
getChildByName
GodotMethod!(GodotObject, String) getChildByName;
Undocumented in source.
getChildNodes
GodotMethod!(Dictionary) getChildNodes;
Undocumented in source.
getInputCount
GodotMethod!(long) getInputCount;
Undocumented in source.
getInputName
GodotMethod!(String, long) getInputName;
Undocumented in source.
getParameter
GodotMethod!(Variant, String) getParameter;
Undocumented in source.
getParameterDefaultValue
GodotMethod!(Variant, String) getParameterDefaultValue;
Undocumented in source.
getParameterList
GodotMethod!(Array) getParameterList;
Undocumented in source.
hasFilter
GodotMethod!(String) hasFilter;
Undocumented in source.
isFilterEnabled
GodotMethod!(bool) isFilterEnabled;
Undocumented in source.
isPathFiltered
GodotMethod!(bool, NodePath) isPathFiltered;
Undocumented in source.
process
GodotMethod!(void, double, bool) process;
Undocumented in source.
removeInput
GodotMethod!(void, long) removeInput;
Undocumented in source.
setFilterEnabled
GodotMethod!(void, bool) setFilterEnabled;
Undocumented in source.
setFilterPath
GodotMethod!(void, NodePath, bool) setFilterPath;
Undocumented in source.
setParameter
GodotMethod!(void, String, Variant) setParameter;
Undocumented in source.

Meta