SpriteFactory.SpriteUpdater.UpdateCycle
The MonoBehaviour update cycle in which SpriteUpdater updates Sprites.
Values |
||
| Name | Description | |
| Update | Update in the Update() function. | |
| FixedUpdate | Update in the FixedUpdate() function. | |
| LateUpdate | Update in the LateUpdate() function. | |
| Manual | Do not update. |