コード例 #1
0
 /// <inheritdoc cref="PlaybackManager.PlayAttached"/>
 public static AudioEmitter PlayAttached(this AudioEvent @event, Transform parent, Vector3 offset, Space space = Space.Self)
 {
     return(PlaybackManager.PlayAttached(@event, parent, offset, space));
 }
コード例 #2
0
 /// <inheritdoc cref="PlaybackManager.PlayAtPosition"/>
 public static AudioEmitter PlayAtPosition(this AudioEvent @event, Vector3 position, bool playPersistent = false)
 {
     return(PlaybackManager.PlayAtPosition(@event, position, playPersistent));
 }