Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PlaySoundClip
C# Class PlaySoundClip, TapBand
Inheritance:
MonoBehaviour
ファイルを表示
Open project: minimalgeek/TapBand
Public Properties
Property
Type
Description
clip
UnityEngine.AudioClip
isLoop
bool
stopEvent
bool
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
PlaySound
(
AudioClip
clip
,
bool
isLoop
) :
void
StopSound
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
clip
public_oe property
public
AudioClip,UnityEngine
clip
return
UnityEngine.AudioClip
isLoop
public_oe property
public
bool
isLoop
return
bool
stopEvent
public_oe property
public
bool
stopEvent
return
bool