find

inline fun <T : Node> Node.find(selector: String): T

Alias of Node.lookup with non-null return and specified type.


inline fun <T : Node> Scene.find(selector: String): T

Alias of Scene.lookup with non-null return and specified type.