示例#1
0
 public AudioMixerWindow()
 {
     SectionType[] typeArray1 = new SectionType[4];
     typeArray1[1]                      = SectionType.SnapshotList;
     typeArray1[2]                      = SectionType.GroupTree;
     typeArray1[3]                      = SectionType.ViewList;
     this.m_SectionOrder                = typeArray1;
     this.m_LayoutMode                  = LayoutMode.Vertical;
     this.m_ShowReferencedBuses         = true;
     this.m_SectionsScrollPosition      = Vector2.zero;
     this.m_RepaintCounter              = 2;
     this.m_GroupsRenderedAboveSections = true;
     this.m_Ticker                      = new TickTimerHelper(0.05);
 }
示例#2
0
 public AudioMixerWindow()
 {
     SectionType[] typeArray1 = new SectionType[4];
     typeArray1[1] = SectionType.SnapshotList;
     typeArray1[2] = SectionType.GroupTree;
     typeArray1[3] = SectionType.ViewList;
     this.m_SectionOrder = typeArray1;
     this.m_LayoutMode = LayoutMode.Vertical;
     this.m_ShowReferencedBuses = true;
     this.m_SectionsScrollPosition = Vector2.zero;
     this.m_RepaintCounter = 2;
     this.m_GroupsRenderedAboveSections = true;
     this.m_Ticker = new TickTimerHelper(0.05);
 }