Searched refs:m_ActorVolume (Results 1 – 2 of 2) sorted by relevance
55 m_ActorVolume = ACTOR_VOLUME_DEFAULT; in OnInitialize()146 writer.Printf(" volume % 2.2f\n", m_ActorVolume ); in OnDrawUpLCD()185 m_ActorVolume = m_ActorVolume >= ACTOR_VOLUME_MAX ? in OnUpdatePad()186 ACTOR_VOLUME_MAX : m_ActorVolume + CONTROL_PAD_STEP; in OnUpdatePad()191 m_ActorVolume = m_ActorVolume <= ACTOR_VOLUME_MIN ? in OnUpdatePad()192 ACTOR_VOLUME_MIN : m_ActorVolume - CONTROL_PAD_STEP; in OnUpdatePad()203 m_Actor.SetVolume( m_ActorVolume ); in OnUpdate()
45 f32 m_ActorVolume; variable