GeonBit Documentation
GeonBit Documentation
GeonBit
GeonBit.Managers
SoundManager Class
SoundManager Methods
Draw Method
FixedUpdate Method
Initialize Method
PauseMusic Method
PlayMusic Method
ResumeMusic Method
StopMusic Method
Update Method
SoundManager
FixedUpdate Method
Called every constant X seconds during the Update() phase.
Namespace:
GeonBit.Managers
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
FixedUpdate
(
float
interval
)
Parameters
interval
Type:
System
Single
Time since last FixedUpdate().
Implements
IManager
FixedUpdate(Single)
See Also
Reference
SoundManager Class
GeonBit.Managers Namespace
GeonBit ECS game Engine. By Ronen Ness, 2017.
Send comments on this topic to
ronenness@gmail.com