Property Scene
Scene
Gets or sets the scene that the Scene
Declaration
[TypeConverter(typeof(SceneConverter))]
public Scene Scene { get; set; }
Property Value
Type | Description |
---|---|
Scene | The scene the view renders. |
Implements
Remarks
If you assign a Scene to a Scene
Setting a non-loaded scene to a view starts the load process of the scene so the scene can be displayed once loaded.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |