Class SFX_PlayOneShot
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class SFX_PlayOneShot : MonoBehaviour
- Inheritance
-
SFX_PlayOneShot
- Inherited Members
- Extension Methods
Constructors
SFX_PlayOneShot()
public SFX_PlayOneShot()
Fields
afterPlayAction
public Action afterPlayAction
Field Value
beforePlayAction
public Action beforePlayAction
Field Value
cd
public float cd
Field Value
lastTimePlayed
public float lastTimePlayed
Field Value
playOnClick
public bool playOnClick
Field Value
playOnEnable
public bool playOnEnable
Field Value
playOnStart
public bool playOnStart
Field Value
sfx
public SFX_Instance sfx
Field Value
sfxs
public SFX_Instance[] sfxs
Field Value
t
public bool t
Field Value
Methods
OnEnable()
public void OnEnable()
Play()
public void Play()
Start()
public void Start()
Update()
public void Update()