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.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<IEnumerable<Scene>> Scenes { get; set; }
Public Property Scenes As GraphicsParameter(Of IEnumerable(Of Scene))
Get
Set
public:
property GraphicsParameter<IEnumerable<Scene^>^>^ Scenes {
GraphicsParameter<IEnumerable<Scene^>^>^ get ();
void set (GraphicsParameter<IEnumerable<Scene^>^>^ value);
}
member Scenes : GraphicsParameter<IEnumerable<Scene>> with get, set
Property Value
Type:
GraphicsParameterIEnumerableSceneSee Also