API Referenceglobal
public class Sandbox.VideoPlayer.AudioAccessor
Properties
Showing 8 properties
public float Sandbox.VideoPlayer.AudioAccessor.Distance { get; set; }
public Sandbox.Curve Sandbox.VideoPlayer.AudioAccessor.Falloff { get; set; }
public bool Sandbox.VideoPlayer.AudioAccessor.LipSync { get; set; }
Enables lipsync processing.
public bool Sandbox.VideoPlayer.AudioAccessor.ListenLocal { get; set; }
Place the listener at 0,0,0 facing 1,0,0.
public Vector3 Sandbox.VideoPlayer.AudioAccessor.Position { get; set; }
Position of the sound.
public Sandbox.Audio.Mixer Sandbox.VideoPlayer.AudioAccessor.TargetMixer { get; set; }
Which mixer do we want to write to
public System.Collections.Generic.IReadOnlyList`1<float> Sandbox.VideoPlayer.AudioAccessor.Visemes { get; set; }
A list of 15 lipsync viseme weights. Requires `Sandbox.VideoPlayer.AudioAccessor.LipSync` to be enabled.
public float Sandbox.VideoPlayer.AudioAccessor.Volume { get; set; }
Volume of the sound.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.VideoPlayer.AudioAccessor |