C# Class MusicPlayer, RPGQuest

Inheritance: MonoBehaviour
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
fadeTime float
interpolate EaseType
musicClip int
playType MusicPlayType

Méthodes publiques

Méthode Description
DropInteract ( ChoiceContent, drop ) : bool
Interact ( ) : bool
OnDrawGizmos ( ) : void
OnMouseUp ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
PlayMusic ( ) : void
TouchInteract ( ) : void
Update ( ) : void

Method Details

DropInteract() public méthode

public DropInteract ( ChoiceContent, drop ) : bool
drop ChoiceContent,
Résultat bool

Interact() public méthode

public Interact ( ) : bool
Résultat bool

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

PlayMusic() public méthode

public PlayMusic ( ) : void
Résultat void

TouchInteract() public méthode

public TouchInteract ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

fadeTime public_oe property

public float fadeTime
Résultat float

interpolate public_oe property

public EaseType interpolate
Résultat EaseType

musicClip public_oe property

public int musicClip
Résultat int

playType public_oe property

public MusicPlayType playType
Résultat MusicPlayType