AudioSourceSetter.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/Game/AudioSourceSetter.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Variable/Game/AudioSourceSetter.cs
Source file hash: sha256:c73634c79bde7220a572cc286bd5b3f522668f654b309ff584bb35022f9b97bc
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: AudioSourceSetter
Section titled “Type: AudioSourceSetter”Original lines: 30-33
Declaration hash: sha256:4abf50d8aa2e130228edc0265d25603f92c1e913840149d8b139095ff83792fe
[RequireComponent(typeof(AudioSource))]public class AudioSourceSetter : ComponentSetter<AudioSourceVariable, AudioSource>{}