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 record 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; init; }
Property Value
SlideEnvironment.WebsceneVirtualLighting Property
Settings for defining the lighting of the scene. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.WebsceneVirtualLighting? WebsceneVirtualLighting { get; init; }