Delegate RectTransformResizer.ResizeDelegate
Delegate for resizing RectTransforms.
Namespace: GameKit.Dependencies.Utilities.Types
Assembly: GameKit.Dependencies.dll
Syntax
public delegate void ResizeDelegate(bool complete);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | complete | True if the resize iterations are complete. Typically show your visuals when true. |