Method SetViewpointCameraAsync
SetViewpointCameraAsync(Camera)
Changes the scene view to the new camera viewpoint asynchronously.
Declaration
public Task<bool> SetViewpointCameraAsync(Camera camera)
Parameters
| Type | Name | Description |
|---|---|---|
| Camera | camera | The new camera information for the scene view. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<Boolean> |
|
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | camera |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET 6.0 Windows | 100.13 - 100.15 |
SetViewpointCameraAsync(Camera, TimeSpan)
Changes the scene view to the new camera viewpoint asynchronously using the specified duration to arrive.
Declaration
public Task<bool> SetViewpointCameraAsync(Camera camera, TimeSpan duration)
Parameters
| Type | Name | Description |
|---|---|---|
| Camera | camera | The new camera information for the scene view. |
| TimeSpan | duration | Duration of the animation |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<Boolean> |
|
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | camera |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET 6.0 Windows | 100.13 - 100.15 |