onAdd

var onAdd: T.() -> Unit? = null

onAdd gets invoked anytime after a GameComponentView is added to this GameComponentContainer with the added GameComponentView as its receiver.