Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
DetonatorSound
C# Class DetonatorSound, wepwep
Inheritance:
DetonatorComponent
Show 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 property
public
float
distanceThreshold
return
float
farSounds
public property
public
AudioClip[],UnityEngine
farSounds
return
UnityEngine.AudioClip[]
nearSounds
public property
public
AudioClip[],UnityEngine
nearSounds
return
UnityEngine.AudioClip[]
volume
public property
public
float
volume
return
float