Class TSoundVolumeMenuItem
Unit
Declaration
type TSoundVolumeMenuItem = class(TCastleOnScreenMenuItem)
Description
On-screen menu item that allows to control sound volume. Simply add it to your TCastleOnScreenMenu like
OnScreenMenu.Add(TSoundVolumeMenuItem.Create(OnScreenMenu));
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TInputListener
- TCastleUserInterface
- TCastleOnScreenMenuItem
- TSoundVolumeMenuItem
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
procedure Refresh; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
procedure Refresh; |
|
Call this if volume changed by something outside of this class. | |
Generated by PasDoc 0.16.0.
