C# Class Build, verthex

Inheritance: MonoBehaviour
Datei anzeigen Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
material int
weapon int

Public Methods

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

Protected Methods

Method Description
ParseActionMessage ( string actionMessage ) : void

Private Methods

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

Method Details

Build() public method

public Build ( int t, SectionMaterial, m, SectionWeapon, w ) : System.Collections
t int
m SectionMaterial,
w SectionWeapon,
return System.Collections

Build() public method

public Build ( string actionMessage ) : System.Collections
actionMessage string
return System.Collections

GetActionMessage() public method

public GetActionMessage ( ) : string
return string

ParseActionMessage() protected method

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
return void

Perform() public method

public Perform ( ) : void
return void

Property Details

material public_oe property

public int material
return int

weapon public_oe property

public int weapon
return int