C# Class Dodgeball.Game.Card

Inheritance: Group
Datei anzeigen Open project: schonstal/BLOODBALL Class Usage Examples

Public Properties

Property Type Description
onComplete System.Action
onReady System.Action

Public Methods

Method 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 method

public Card ( ) : System
return System

Close() public method

public Close ( ) : void
return void

Show() public method

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
return void

onClose() public method

public onClose ( int frameIndex ) : void
frameIndex int
return void

onOpen() public method

public onOpen ( int frameIndex ) : void
frameIndex int
return void

textAppeared() public method

public textAppeared ( int frameIndex ) : void
frameIndex int
return void

textComplete() public method

public textComplete ( int frameIndex ) : void
frameIndex int
return void

Property Details

onComplete public_oe property

public Action,System onComplete
return System.Action

onReady public_oe property

public Action,System onReady
return System.Action