Class SoundBusRuntime
Inheritance
System.Object
SoundBusRuntime
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Stem
Assembly: Stem.dll
Syntax
public class SoundBusRuntime
Constructors
| Improve this Doc View SourceSoundBusRuntime(Transform, SoundBus)
Declaration
public SoundBusRuntime(Transform transform, SoundBus bus_)
Parameters
Type | Name | Description |
---|---|---|
Transform | transform | |
SoundBus | bus_ |
Methods
| Improve this Doc View SourceGrabSound(Sound)
Declaration
public SoundInstance GrabSound(Sound sound)
Parameters
Type | Name | Description |
---|---|---|
Sound | sound |
Returns
Type | Description |
---|---|
SoundInstance |
Pause()
Declaration
public void Pause()
Stop()
Declaration
public void Stop()
UnPause()
Declaration
public void UnPause()
Update(SoundBank)
Declaration
public void Update(SoundBank bank)
Parameters
Type | Name | Description |
---|---|---|
SoundBank | bank |