Delegate PerformanceKit.ViewportSizeChangedCallback
Used to get a callback every time the viewport size changes.
Namespace: Trail
Assembly: Trail.dll
Syntax
public delegate void ViewportSizeChangedCallback(Resolution resolution);
Parameters
Type | Name | Description |
---|---|---|
Resolution | resolution | The new viewport size. |