C# Class SoundReceiver, Complete-Unity-2018-Game-Development

Inheritance: EventReceiver
Mostra file Open project: PacktPublishing/Complete-Unity-2018-Game-Development Class Usage Examples

Public Properties

Property Type Description
soundThreshold float

Public Methods

Method Description
Receive ( float intensity, Vector3, position ) : void

Method Details

Receive() public method

public Receive ( float intensity, Vector3, position ) : void
intensity float
position Vector3,
return void

Property Details

soundThreshold public_oe property

public float soundThreshold
return float