13 [ReinteropNativeImplementation(
"CesiumForUnityNative::CesiumTileExcluderImpl",
"CesiumTileExcluderImpl.h", staticOnly:
true)]
28 Cesium3DTileset[] tilesets = this.GetComponentsInChildren<Cesium3DTileset>();
31 this.AddToTileset(tileset);
37 Cesium3DTileset[] tilesets = this.GetComponentsInChildren<Cesium3DTileset>();
40 this.RemoveFromTileset(tileset);
Represents a tile in a Cesium3DTileset and allows information about the tile to be queried from the u...
A tileset in the 3D Tiles format.
The abstract base class for Cesium3DTileset tile excluders.
bool ShouldExclude(Cesium3DTile tile)
Determines whether the given tile should be excluded from loading and rendering.