Constructor SceneView
SceneView(Context)
Initializes a new instance of the Scene
Declaration
public SceneView(Context context)
Parameters
Type | Name | Description |
---|---|---|
Context | context | The Context the view is running in, through which it can access resources, themes, etc |
Applies to
Platforms and versions
Target | Versions |
---|---|
Xamarin.Android | 100.0 - 100.15 |
SceneView(Context, IAttributeSet)
Initializes a new instance of the Scene
Declaration
public SceneView(Context context, IAttributeSet attr)
Parameters
Type | Name | Description |
---|---|---|
Context | context | The Context the view is running in, through which it can access resources, themes, etc |
Android. |
attr | The attributes of the AXML element declaring the view |
Applies to
Platforms and versions
Target | Versions |
---|---|
Xamarin.Android | 100.0 - 100.15 |