|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Settings related to updating. More...
Public Member Functions | |
| void | ClearTime () |
| Clear update time More... | |
Public Attributes | |
| UpdateType | type = UpdateType.EveryFrame |
| Update type. More... | |
| TimeType | timeType = TimeType.Normal |
| Time type(only SpecifySeconds). More... | |
| float | seconds = 0.1f |
| Update interval(only SpecifySeconds). More... | |
Properties | |
| bool | isUpdatableOnUpdate [get] |
| It returns whether it can be updated with Update() More... | |
Settings related to updating.
| void ClearTime | ( | ) |
Clear update time
| float seconds = 0.1f |
Update interval(only SpecifySeconds).
| TimeType timeType = TimeType.Normal |
Time type(only SpecifySeconds).
| UpdateType type = UpdateType.EveryFrame |
Update type.
|
get |
It returns whether it can be updated with Update()