API reference
API reference
Select your platform
No SDKs available
No versions available

UpdateDriverGroup Class

Extends MonoBehaviour, IUpdateDriver
An UpdateDriverGroup updates a set of IUpdateDrivers a specified number of times per update.
It acts as the root driver for a provided set of IUpdateDrivers.

Properties

bool IsRootDriver[Get]
int Iterations[Get]

Protected Fields

List< IUpdateDriver > Drivers[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void Update ( )

Member Functions

void Drive ( )
void InjectAllUpdateDriverGroup
( List< IUpdateDriver > updateDrivers )
void InjectUpdateDrivers
( List< IUpdateDriver > updateDrivers )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon