dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SlideEnvironment Class

Represents settings that affect the environment in which the WebScene is displayed (such as lighting).
ArcGIS Maps SDK for JavaScript

public class SlideEnvironment :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SlideEnvironment>

Inheritance System.Object 🡒 SlideEnvironment

Implements System.IEquatable<SlideEnvironment>

Constructors

SlideEnvironment(WebsceneSunLighting, WebsceneVirtualLighting) Constructor

Represents settings that affect the environment in which the WebScene is displayed (such as lighting).
ArcGIS Maps SDK for JavaScript

public SlideEnvironment(dymaptic.GeoBlazor.Core.Components.WebsceneSunLighting? WebsceneSunLighting=null, dymaptic.GeoBlazor.Core.Components.WebsceneVirtualLighting? WebsceneVirtualLighting=null);

Parameters

WebsceneSunLighting WebsceneSunLighting

Settings for defining the lighting of the scene.
ArcGIS Maps SDK for JavaScript

WebsceneVirtualLighting WebsceneVirtualLighting

Settings for defining the lighting of the scene.
ArcGIS Maps SDK for JavaScript

Properties

SlideEnvironment.WebsceneSunLighting Property

Settings for defining the lighting of the scene.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.WebsceneSunLighting? WebsceneSunLighting { get; set; }

Property Value

WebsceneSunLighting

SlideEnvironment.WebsceneVirtualLighting Property

Settings for defining the lighting of the scene.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.WebsceneVirtualLighting? WebsceneVirtualLighting { get; set; }

Property Value

WebsceneVirtualLighting