C# Class FMODUnity.OneshotList

Show file Open project: fmod/UnityIntegration

Public Methods

Method Description
Add ( FMOD instance ) : void
SetParameterValue ( string name, float value ) : void
StopAll ( FMOD stopMode ) : void
Update ( FMOD attributes ) : void

Method Details

Add() public method

public Add ( FMOD instance ) : void
instance FMOD
return void

SetParameterValue() public method

public SetParameterValue ( string name, float value ) : void
name string
value float
return void

StopAll() public method

public StopAll ( FMOD stopMode ) : void
stopMode FMOD
return void

Update() public method

public Update ( FMOD attributes ) : void
attributes FMOD
return void