renderer

Specifies how the 3D objects or point features in the layer are symbolized. Only com.arcgismaps.mapping.symbology.SimpleRenderer, com.arcgismaps.mapping.symbology.UniqueValueRenderer, and com.arcgismaps.mapping.symbology.ClassBreaksRenderer are currently supported for ArcGISSceneLayer. If the renderer provided is not one of these supported renderer types, then a 3D object scene layer draws the original textures while a point scene layer does not draw. A com.arcgismaps.mapping.view.LayerViewState that contains an error indicating the use of an unsupported renderer is also raised on the com.arcgismaps.mapping.view.SceneView.

Note that this property is not supported for com.arcgismaps.mapping.view.SceneLayerDataType.IntegratedMesh layers. Setting a renderer on com.arcgismaps.mapping.view.SceneLayerDataType.IntegratedMesh layer has no effect. On doing so, com.arcgismaps.mapping.view.LayerViewState error is propagated and the layer continues to draw as authored.

Since

200.5.0