Searched refs:m_ActorVolume (Results 1 – 2 of 2) sorted by relevance
57 m_ActorVolume = ACTOR_VOLUME_DEFAULT; in OnInitialize()148 writer.Printf(" volume % 2.2f\n", m_ActorVolume ); in OnDrawUpLCD()187 m_ActorVolume = m_ActorVolume >= ACTOR_VOLUME_MAX ? in OnUpdatePad()188 ACTOR_VOLUME_MAX : m_ActorVolume + CONTROL_PAD_STEP; in OnUpdatePad()193 m_ActorVolume = m_ActorVolume <= ACTOR_VOLUME_MIN ? in OnUpdatePad()194 ACTOR_VOLUME_MIN : m_ActorVolume - CONTROL_PAD_STEP; in OnUpdatePad()205 m_Actor.SetVolume( m_ActorVolume ); in OnUpdate()
47 f32 m_ActorVolume; variable