SomethingToDraw method

bool SomethingToDraw()

Implementation

bool SomethingToDraw() {
  return _material != null && _meshData != null;
}