Click or drag to resize
SoundManagerFixedUpdate 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#
public void FixedUpdate(
	float interval
)

Parameters

interval
Type: SystemSingle
Time since last FixedUpdate().

Implements

IManagerFixedUpdate(Single)
See Also