24 lines
556 B
Plaintext
24 lines
556 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/LoopSoundBehaviour.html
|
|
Title: People Playground Modding - LoopSoundBehaviour
|
|
==================================================
|
|
|
|
public class LoopSoundBehaviour
|
|
Inherits MonoBehaviour
|
|
No description provided
|
|
Fields
|
|
public AudioSource AudioSource
|
|
No description provided
|
|
|
|
public AudioClip EndClip
|
|
No description provided
|
|
|
|
Properties
|
|
public bool IsPlaying { get; private set; }
|
|
No description provided
|
|
|
|
Methods
|
|
public void StartLoop()
|
|
No description provided
|
|
|
|
public void StopLoop()
|
|
No description provided |