Class AudioTester
Was used early in development to test out different audio snapshots and audio groups
Inheritance
Object
Component
Behaviour
MonoBehaviour
AudioTester
Assembly: WeaverCore.dll
Syntax
public class AudioTester : MonoBehaviour
Methods
|
Edit this page
View Source
ApplySnapshot()
Declaration
public void ApplySnapshot()
|
Edit this page
View Source
OnGroupChange(int)
Declaration
public void OnGroupChange(int groupIndex)
Parameters
Type |
Name |
Description |
int |
groupIndex |
|
|
Edit this page
View Source
OnSnapshotChange(int)
Declaration
public void OnSnapshotChange(int snapshotIndex)
Parameters
Type |
Name |
Description |
int |
snapshotIndex |
|
|
Edit this page
View Source
PlayTestAudio()
Declaration
public void PlayTestAudio()
|
Edit this page
View Source
StopTestAudio()
Declaration
public void StopTestAudio()
Extension Methods