Constructor LocalSceneView
LocalSceneView(Context?)
Initializes a new instance of the LocalSceneView class.
Declaration
public LocalSceneView(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 |
|---|---|
| .NET Android | 300 |
LocalSceneView(Context?, IAttributeSet?)
Initializes a new instance of the LocalSceneView class.
Declaration
public LocalSceneView(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 |
| IAttributeSet | attr | The attributes of the AXML element declaring the view |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Android | 300 |