Свойство | Тип | Описание | |
---|---|---|---|
buttonDownSound | |||
buttonDownSprite | string | ||
buttonPressedSound | |||
buttonPressedSprite | string | ||
buttonUpSound | |||
buttonUpSprite | string | ||
messageName | string | ||
pressedWaitTime | float | ||
scaleTime | float | ||
targetObject | GameObject | ||
targetScale | float | ||
viewCamera | Camera |
Метод | Описание | |
---|---|---|
OnEnable ( ) : void | ||
PlaySound ( |
||
Start ( ) : void | ||
Update ( ) : void | ||
UpdateSpriteIds ( ) : void |
Call this when the sprite names have changed
|
Метод | Описание | |
---|---|---|
LocalWaitForSeconds ( float seconds ) : IEnumerator | ||
coHandleButtonPress ( int fingerId ) : IEnumerator | ||
coScale ( Vector3 defaultScale, float startScale, float endScale ) : IEnumerator |
public PlaySound ( |
||
source | ||
Результат | void |
public AudioClip,UnityEngine buttonDownSound | ||
Результат |
public AudioClip,UnityEngine buttonPressedSound | ||
Результат |
public AudioClip,UnityEngine buttonUpSound | ||
Результат |