inochi2d ~master (2022-05-09T16:23:53.3795516)
Dub
Repo
DeformationStack
inochi2d
core
nodes
defstack
A stack of local deformations to apply to the mesh
struct
DeformationStack {
this
(Drawable parent);
void
push
(Deformation deformation);
void
preUpdate
();
void
update
();
}
Constructors
this
this
(Drawable parent)
Undocumented in source.
Members
Functions
preUpdate
void
preUpdate
()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void
push
(Deformation deformation)
Push deformation on to stack
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
inochi2d
core
nodes
defstack
structs
Deformation
DeformationStack
A stack of local deformations to apply to the mesh