UpdateType
Enum in Arbor
Description
Update type.
Properties
Property Name | Description |
---|---|
EveryFrame | Update every frame. |
SpecifySeconds | Updated by specifying seconds. |
Manual | Manually updated from the script. For the update method, refer to the page of the corresponding component in thescript reference. |