ISharp |
The ISharpEngineSceneView type exposes the following members.
Name | Description | |
---|---|---|
GpuDeviceCreated | Called after the GpuDevice object was created. If device creation has failed, then GpuDeviceCreationFailed event is triggered. | |
GpuDeviceCreationFailed | Called when the device creation has failed. User can set the IsHandled property to true to prevent showing error text that is shown by SharpEngineSceneView. | |
PresentationTypeChanged | Called when the selected PresentationType is not supported and was changed to a fallback PresentationType. The event parameter may provide some additional information about the reason for change. | |
SceneRendered | Called after the scene has been rendered. | |
SceneUpdating | Called when the scene is being updated and before it is rendered. | |
SceneViewInitialized | Called after the SceneView object have been initialized (have a valid view size and the back buffers were created). | |
ViewSizeChanged | Called when the size of the rendering area is changed. The event is also called after the back buffers are initialized for the first time. |