C# Class Dodgeball.Game.Card

Inheritance: Group
Afficher le fichier Open project: schonstal/BLOODBALL Class Usage Examples

Méthodes publiques

Свойство Type Description
onComplete System.Action
onReady System.Action

Méthodes publiques

Méthode Description
Card ( ) : System
Close ( ) : void
Show ( string cardName, System.Action onComplete = null, System.Action onReady = null, float holdSeconds = HOLD_SECONDS ) : void
onClose ( int frameIndex ) : void
onOpen ( int frameIndex ) : void
textAppeared ( int frameIndex ) : void
textComplete ( int frameIndex ) : void

Method Details

Card() public méthode

public Card ( ) : System
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Show() public méthode

public Show ( string cardName, System.Action onComplete = null, System.Action onReady = null, float holdSeconds = HOLD_SECONDS ) : void
cardName string
onComplete System.Action
onReady System.Action
holdSeconds float
Résultat void

onClose() public méthode

public onClose ( int frameIndex ) : void
frameIndex int
Résultat void

onOpen() public méthode

public onOpen ( int frameIndex ) : void
frameIndex int
Résultat void

textAppeared() public méthode

public textAppeared ( int frameIndex ) : void
frameIndex int
Résultat void

textComplete() public méthode

public textComplete ( int frameIndex ) : void
frameIndex int
Résultat void

Property Details

onComplete public_oe property

public Action,System onComplete
Résultat System.Action

onReady public_oe property

public Action,System onReady
Résultat System.Action