Class ActorSounds
Assembly: WeaverCore.dll
Syntax
public static class ActorSounds
Properties
|
Edit this page
View Source
ActorsFlangeGroup
Declaration
public static AudioMixerGroup ActorsFlangeGroup { get; }
Property Value
| Type |
Description |
| AudioMixerGroup |
|
|
Edit this page
View Source
ActorsGroup
Declaration
public static AudioMixerGroup ActorsGroup { get; }
Property Value
| Type |
Description |
| AudioMixerGroup |
|
|
Edit this page
View Source
ActorsMixer
Declaration
public static AudioMixer ActorsMixer { get; }
Property Value
| Type |
Description |
| AudioMixer |
|
|
Edit this page
View Source
MasterGroup
Declaration
public static AudioMixerGroup MasterGroup { get; }
Property Value
| Type |
Description |
| AudioMixerGroup |
|
|
Edit this page
View Source
OffSnapshot
Declaration
public static AudioMixerSnapshot OffSnapshot { get; }
Property Value
| Type |
Description |
| AudioMixerSnapshot |
|
|
Edit this page
View Source
OnSnapshot
Declaration
public static AudioMixerSnapshot OnSnapshot { get; }
Property Value
| Type |
Description |
| AudioMixerSnapshot |
|
Methods
|
Edit this page
View Source
ApplyActorSounds(SnapshotType, float)
Applies a specific actor snapshot
Declaration
public static void ApplyActorSounds(ActorSounds.SnapshotType snapshot, float transitionTime)
Parameters
| Type |
Name |
Description |
| ActorSounds.SnapshotType |
snapshot |
The snapshot to apply
|
| float |
transitionTime |
How long it will take to transition to the new snapshot
|
|
Edit this page
View Source
GetGroup(GroupType)
Declaration
public static AudioMixerGroup GetGroup(ActorSounds.GroupType type)
Parameters
Returns
| Type |
Description |
| AudioMixerGroup |
|
|
Edit this page
View Source
GetSnapshot(SnapshotType)
Declaration
public static AudioMixerSnapshot GetSnapshot(ActorSounds.SnapshotType type)
Parameters
Returns
| Type |
Description |
| AudioMixerSnapshot |
|