C# Class HoloToolkit.Unity.AudioSourcePlayClipExtension

A shortcut to assign a clip to an AudioSource component and play the source
Afficher le fichier Open project: Microsoft/HoloToolkit-Unity

Méthodes publiques

Méthode Description
PlayClip ( this source, UnityEngine clip, bool loop = false ) : void

Method Details

PlayClip() public static méthode

public static PlayClip ( this source, UnityEngine clip, bool loop = false ) : void
source this
clip UnityEngine
loop bool
Résultat void