Beispiel #1
0
 private void OnEnterPanel(AttachToPanelEvent evt)
 {
     UIElementUtility.ForceDarkStyleSheet(this);
 }
Beispiel #2
0
 public ExplorerManager()
 {
     name = "exploler";
     styleSheets.Add(Resources.Load <StyleSheet>("ExplorerStyles/ExplorerView"));
     UIElementUtility.ForceDarkStyleSheet(this);
 }