C# Class Build, verthex

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

Méthodes publiques

Свойство Type Description
material int
weapon int

Méthodes publiques

Méthode Description
Build ( int t, SectionMaterial, m, SectionWeapon, w ) : System.Collections
Build ( string actionMessage ) : System.Collections
GetActionMessage ( ) : string
Perform ( ) : void

Méthodes protégées

Méthode Description
ParseActionMessage ( string actionMessage ) : void

Private Methods

Méthode Description
DecodeMaterial ( ) : SectionMaterial,
DecodeWeapon ( ) : SectionWeapon,
EncodeMaterial ( SectionMaterial, m ) : int
EncodeWeapon ( SectionWeapon, w ) : int
GetTower ( ) : Tower,

Method Details

Build() public méthode

public Build ( int t, SectionMaterial, m, SectionWeapon, w ) : System.Collections
t int
m SectionMaterial,
w SectionWeapon,
Résultat System.Collections

Build() public méthode

public Build ( 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

material public_oe property

public int material
Résultat int

weapon public_oe property

public int weapon
Résultat int