C# Class DetonatorSound, wepwep

Inheritance: DetonatorComponent
Mostra file Open project: encephalopathy/wepwep

Public Properties

Property Type Description
distanceThreshold float
farSounds UnityEngine.AudioClip[]
nearSounds UnityEngine.AudioClip[]
volume float

Public Methods

Method Description
Explode ( ) : void
Init ( ) : void
Reset ( ) : void
Update ( ) : void

Method Details

Explode() public method

public Explode ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

distanceThreshold public_oe property

public float distanceThreshold
return float

farSounds public_oe property

public AudioClip[],UnityEngine farSounds
return UnityEngine.AudioClip[]

nearSounds public_oe property

public AudioClip[],UnityEngine nearSounds
return UnityEngine.AudioClip[]

volume public_oe property

public float volume
return float