menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
IsComponentScaleMutable<T extends App<T>>
isDescendantOf method
isDescendantOf method
dark_mode
light_mode
isDescendantOf
method
bool
isDescendantOf
(
Comp
<
T
>
other
)
inherited
Implementation
bool isDescendantOf(Comp<T> other) { return other.isAncestorOf(this); }
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
IsComponentScaleMutable<T extends App<T>>
isDescendantOf method
IsComponentScaleMutable mixin