Arbor 3: FSM & BT Graph Editor  3.7.8
UpdateSettings Class Reference

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...
 

Detailed Description

Settings related to updating.

Member Function Documentation

◆ ClearTime()

void ClearTime ( )

Clear update time

Member Data Documentation

◆ seconds

float seconds = 0.1f

Update interval(only SpecifySeconds).

◆ timeType

Time type(only SpecifySeconds).

◆ type

Update type.

Property Documentation

◆ isUpdatableOnUpdate

bool isUpdatableOnUpdate
get

It returns whether it can be updated with Update()