isAttached

var isAttached: Boolean = false

true if the panel is currently attached.

If the panel is destroyed while the panel is attached this value remains true until the panel is detached by the system UI. If onAttached is called when the panel is already destroyed, this value remains false.