menu
sdl2ui package
documentation
sdl2ui/node.dart
Node
setAnchorPoint method
setAnchorPoint method
dark_mode
light_mode
setAnchorPoint
method
void
setAnchorPoint
(
Point
<
double
>
anchorPoint
)
Implementation
void setAnchorPoint(Point<double> anchorPoint) { _anchorPoint = anchorPoint; }
sdl2ui package
documentation
sdl2ui/node
Node
setAnchorPoint method
Node class