Click or drag to resize

ModelGraphics.IncrementallyLoadTextures Property

Gets or sets whether or not the model can be rendered before all textures have loaded. If not specified, the default is true.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public CesiumProperty<bool> IncrementallyLoadTextures { get; set; }

Property Value

Type: CesiumProperty<Boolean>
See Also