inochi2d v0.8.3 (2023-08-11T04:34:11Z)
Dub
Repo
Driver
inochi2d
core
nodes
drivers
Driver abstract node type
abstract
@
TypeId
("Driver")
class
Driver : Node {
this
(uint uuid, Node parent);
void
beginUpdate
();
void
update
();
Parameter
[]
getAffectedParameters
();
bool
affectsParameter
(Parameter param);
void
updateDriver
();
void
reset
();
void
drawDebug
();
}
Constructors
this
this
(uint uuid, Node parent)
Constructs a new Driver node
Members
Functions
affectsParameter
bool
affectsParameter
(Parameter param)
Undocumented in source. Be warned that the author may not have intended to support it.
beginUpdate
void
beginUpdate
()
Undocumented in source. Be warned that the author may not have intended to support it.
drawDebug
void
drawDebug
()
Undocumented in source. Be warned that the author may not have intended to support it.
getAffectedParameters
Parameter
[]
getAffectedParameters
()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Undocumented in source.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
updateDriver
void
updateDriver
()
Undocumented in source.
Meta
Source
See Implementation
inochi2d
core
nodes
drivers
modules
simplephysics
classes
Driver
Driver abstract node type