Click or drag to resize

DisplayParametersScenes Property

Gets or sets the the parameter indicating the list of Scenes that the object should be displayed in. Leaving this property will cause the object to be displayed in all scenes.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GraphicsParameter<IEnumerable<Scene>> Scenes { get; set; }

Property Value

Type: GraphicsParameterIEnumerableScene
See Also