C# Class UIPlaySound, CapsUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: kofight/CapsUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
audioClip UnityEngine.AudioClip
pitch float
trigger Trigger,
volume float

Méthodes publiques

Méthode Description
OnClick ( ) : void
OnHover ( bool isOver ) : void
OnPress ( bool isPressed ) : void

Method Details

OnClick() public méthode

public OnClick ( ) : void
Résultat void

OnHover() public méthode

public OnHover ( bool isOver ) : void
isOver bool
Résultat void

OnPress() public méthode

public OnPress ( bool isPressed ) : void
isPressed bool
Résultat void

Property Details

audioClip public_oe property

public AudioClip,UnityEngine audioClip
Résultat UnityEngine.AudioClip

pitch public_oe property

public float pitch
Résultat float

trigger public_oe property

public Trigger, trigger
Résultat Trigger,

volume public_oe property

public float volume
Résultat float