Click or drag to resize

DisplayParameters.Scenes Property

Gets or sets the the parameter indicating the list of Scenes that the object should be displayed in. Leaving this property null 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.3.420.0 (24.3.420.0)
Syntax
public GraphicsParameter<IEnumerable<Scene>> Scenes { get; set; }

Property Value

Type: GraphicsParameter<IEnumerable<Scene>>
See Also