Represents a feature ID texture from a glTF primitive.
partial Int64 GetFeatureIdForUV(Vector2 uv)
Gets the feature ID corresponding to the pixel specified by the UV texture coordinates.
override partial Int64 GetFeatureIdFromRaycastHit(RaycastHit hitInfo)
Gets the feature ID from the feature ID set using the given raycast hit.This returns a more accurate ...
override partial Int64 GetFeatureIdForVertex(Int64 vertexIndex)
Gets the feature ID associated with a given vertex.The feature ID can be used with a CesiumPropertyTa...
CesiumFeatureIdTextureStatus status
The status of this feature ID texture.