inNode

open val <T : Actor> T.inNode: KNode<T>

Allows to access Node in this actor is stored in the Tree. Relies on the Actor.userObject mechanism.

See also

Throws

if actor was improperly added to the Tree or does not have its Node instance assigned as user object.