menu
flutter_scene
scene.dart
Component
isAttached property
isAttached
dark_mode
light_mode
isAttached
property
bool
get
isAttached
Whether this component is currently attached to a node.
Implementation
bool get isAttached => _node != null;
flutter_scene
scene
Component
isAttached property
Component class