updateChildTextureBox method
Implementation
@override
void updateChildTextureBox(TextureBox? textureBox) {
if (textureBox != null) addChild(textureBox);
}
@override
void updateChildTextureBox(TextureBox? textureBox) {
if (textureBox != null) addChild(textureBox);
}