![]() |
Cesium for Unity 1.15.2
|
Provides access to the metadata attached to features in a Cesium3DTileset. More...
Public Member Functions | |
partial CesiumFeature[] | GetFeatures (Transform transform, int triangleIndex) |
Gets the features corresponding to a particular triangle in a tile. | |
Provides access to the metadata attached to features in a Cesium3DTileset.
Definition at line 14 of file CesiumMetadata.cs.
partial CesiumFeature[] CesiumForUnity.CesiumMetadata.GetFeatures | ( | Transform | transform, |
int | triangleIndex ) |
Gets the features corresponding to a particular triangle in a tile.
transform | The Transform
|
triangleIndex | The index of the tile's triangle for which to obtain properties. |
The information to pass to this function can be obtained using the
function.