AnimationNode

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Enums

Constants
enum Constants
FilterAction
enum FilterAction

Functions

_getFilters
Array _getFilters()
_setFilters
void _setFilters(Array filters)
addInput
void addInput(StringArg0 name)
blendAnimation
void blendAnimation(StringArg0 animation, double time, double delta, bool seeked, double blend)
blendInput
double blendInput(long input_index, double time, bool seek, double blend, long filter, bool optimize)
blendNode
double blendNode(StringArg0 name, AnimationNode node, double time, bool seek, double blend, long filter, bool optimize)
getCaption
String getCaption()
getInputCount
long getInputCount()
getInputName
String getInputName(long input)
getParameter
Variant getParameter(StringArg0 name)
hasFilter
String hasFilter()
isFilterEnabled
bool isFilterEnabled()
isPathFiltered
bool isPathFiltered(NodePathArg0 path)
opAssign
AnimationNode opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(AnimationNode other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process(double time, bool seek)
removeInput
void removeInput(long index)
setFilterEnabled
void setFilterEnabled(bool enable)
setFilterPath
void setFilterPath(NodePathArg0 path, bool enable)
setParameter
void setParameter(StringArg0 name, VariantArg1 value)

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

filterEnabled
bool filterEnabled [@property getter]
bool filterEnabled [@property setter]
filters
Array filters [@property getter]
Array filters [@property setter]

Static functions

_new
AnimationNode _new()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

_classBinding
struct _classBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta