Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
HoloToolkit
Unity
AudioSourcePlayClipExtension
C# Class HoloToolkit.Unity.AudioSourcePlayClipExtension
A shortcut to assign a clip to an AudioSource component and play the source
Mostrar archivo
Open project: Microsoft/HoloToolkit-Unity
Public Methods
Method
Description
PlayClip
(
this
source
,
UnityEngine
clip
,
bool
loop
= false ) :
void
Method Details
PlayClip()
public
static
method
public
static
PlayClip
(
this
source
,
UnityEngine
clip
,
bool
loop
= false ) :
void
source
this
clip
UnityEngine
loop
bool
return
void