C# Class Fortify, verthex

Inheritance: MonoBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
sectionNum int

Méthodes publiques

Méthode Description
Fortify ( int t, int n ) : System.Collections
Fortify ( string actionMessage ) : System.Collections
GetActionMessage ( ) : string
Perform ( ) : void

Méthodes protégées

Méthode Description
ParseActionMessage ( string actionMessage ) : void

Method Details

Fortify() public méthode

public Fortify ( int t, int n ) : System.Collections
t int
n int
Résultat System.Collections

Fortify() public méthode

public Fortify ( string actionMessage ) : System.Collections
actionMessage string
Résultat System.Collections

GetActionMessage() public méthode

public GetActionMessage ( ) : string
Résultat string

ParseActionMessage() protected méthode

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
Résultat void

Perform() public méthode

public Perform ( ) : void
Résultat void

Property Details

sectionNum public_oe property

public int sectionNum
Résultat int