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

UIThemeManager Class

Extends MonoBehaviour
Find and assign style properties defined by UITheme using tags.

Fields

CurrentThemeIndex : int
Signature
int Oculus.Interaction.UIThemeManager.CurrentThemeIndex
Themes : UITheme []
Signature
UITheme [] Oculus.Interaction.UIThemeManager.Themes

Methods

ApplyCurrentTheme ()
Signature
void Oculus.Interaction.UIThemeManager.ApplyCurrentTheme()
Returns
void
ApplyTheme ( index )
Signature
void Oculus.Interaction.UIThemeManager.ApplyTheme(int index)
Parameters
index: int
Returns
void