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

UpdateDriverGroup Class

An UpdateDriverGroup updates a set of IUpdateDrivers a specified number of times per update.
Oculus::Interaction::UpdateDriverGroup extends MonoBehaviour.
Oculus::Interaction::UpdateDriverGroup extends Oculus.Interaction.IUpdateDriver.

Overview

Properties

bool
int

Object Data

Object Data

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

Public Member Functions

void
Drive ( )
void
InjectAllUpdateDriverGroup
( List< IUpdateDriver > updateDrivers )
void
InjectUpdateDrivers
( List< IUpdateDriver > updateDrivers )

Details

Detailed Description

It acts as the root driver for a provided set of IUpdateDrivers.

Properties

bool Oculus.Interaction.UpdateDriverGroup.IsRootDriver
No description available.
int Oculus.Interaction.UpdateDriverGroup.Iterations
No description available.

Object Data

List<IUpdateDriver> Oculus.Interaction.UpdateDriverGroup.Drivers
No description available.

Object Data

virtual void Oculus.Interaction.UpdateDriverGroup.Awake ( )
No description available.
virtual void Oculus.Interaction.UpdateDriverGroup.Start ( )
No description available.
virtual void Oculus.Interaction.UpdateDriverGroup.Update ( )
No description available.

Member Functions

void Oculus.Interaction.UpdateDriverGroup.Drive ( )
No description available.
void Oculus.Interaction.UpdateDriverGroup.InjectAllUpdateDriverGroup
( List< IUpdateDriver > updateDrivers )
No description available.
void Oculus.Interaction.UpdateDriverGroup.InjectUpdateDrivers
( List< IUpdateDriver > updateDrivers )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon