is3D method

  1. @override
bool is3D()
override

Implementation

@override
bool is3D() {
  return texture is Data3DTexture || texture is DataArrayTexture;
}