ModelLevelOfDetail

The ModelLevelOfDetail enum lists the possible settings for the Model.LevelOfDetail property. Experiences may enable a streaming mesh which clients will render in place of an incomplete Model in the event the model or any of its descendants are not streamed in.

The StreamingMesh setting is best suited for static elements of an experience which should remain visible even when outside of the currently streamed region. This mesh is for visual purposes only; it has no collision and is not considered in raycasts.

Items

NameValueSummary
Automatic0
StreamingMesh1
Disabled2