- next
Node next(Node value)
Set the next node in chain.
- next
inout(Node) next()
- nextChain
inout(NodeChain) nextChain()
- beforeResize
void beforeResize(Vector2 space)
Undocumented in source. Be warned that the author may not have intended to support it.
- afterResize
void afterResize(Vector2 space)
Undocumented in source. Be warned that the author may not have intended to support it.
- beforeDraw
void beforeDraw(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
- afterDraw
void afterDraw(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeImpl
void resizeImpl(Vector2 space)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
An implementation of the ImageLoadIO API based on the arsd-official:image-files package available on DUB.