Scene |
Name | Description | |
---|---|---|
Resize(Boolean) | Resizes the current SceneView by updating the size from the size of the Surface. When no Surface is used, then Resize(Int32, Int32, SurfaceTransformFlagsKHR, Boolean) must be used. | |
Resize(Int32, Int32, SurfaceTransformFlagsKHR, Boolean) | Resizes the current SceneView to the provided size. When SceneView is rendered to the Surface, then call the Resize(Boolean) method. |