updateChildTextureBox method

  1. @override
void updateChildTextureBox(
  1. TextureBox? textureBox
)
override

Implementation

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