Documentation
¶
Overview ¶
Package headless contains a headless engine backend. Enabled with the `headless` build tag.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SoundControl ¶
type SoundControl struct{}
SoundControl is a headless implementation of engine.SoundControl.
func (SoundControl) SetVolume ¶
func (sc SoundControl) SetVolume(group string, v float64)
SetVolume implements the SetVolume method of engine.SoundControl.
func (SoundControl) Volume ¶
func (sc SoundControl) Volume(group string) float64
Volume implements the Volume method of engine.SoundControl.
Click to show internal directories.
Click to hide internal directories.