Show / Hide Table of Contents

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 Source

SoundBusRuntime(Transform, SoundBus)

Declaration
public SoundBusRuntime(Transform transform, SoundBus bus_)
Parameters
Type Name Description
Transform transform
SoundBus bus_

Methods

| Improve this Doc View Source

GrabSound(Sound)

Declaration
public SoundInstance GrabSound(Sound sound)
Parameters
Type Name Description
Sound sound
Returns
Type Description
SoundInstance
| Improve this Doc View Source

Pause()

Declaration
public void Pause()
| Improve this Doc View Source

Stop()

Declaration
public void Stop()
| Improve this Doc View Source

UnPause()

Declaration
public void UnPause()
| Improve this Doc View Source

Update(SoundBank)

Declaration
public void Update(SoundBank bank)
Parameters
Type Name Description
SoundBank bank
  • Improve this Doc
  • View Source
Back to top Generated by DocFX