Method AsyncResize
AsyncResize(uint, int, int)
call this function when the texture has to be resized. the resize will take effect during the next render. This will send a ViewSessionResized event when done
Declaration
public void AsyncResize(uint session, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
uint | session | |
int | width | Viewer width |
int | height | Viewer height |