C# Class BuildMech, SteelX

Inheritance: Photon.MonoBehaviour
Exibir arquivo Open project: andysctu/SteelX Class Usage Examples

Public Properties

Property Type Description
weaponScripts Weapon[],
weapons GameObject[]

Public Methods

Method Description
Build ( string c, string a, string l, string h, string b, string w1l, string w1r, string w2l, string w2r ) : void

Private Methods

Method Description
SetName ( string name ) : void
Start ( ) : void
buildMech ( string c, string a, string l, string h, string b, string w1l, string w1r, string w2l, string w2r ) : void
buildWeapons ( string weaponNames ) : void
findGameManager ( ) : void
findHands ( ) : void

Method Details

Build() public method

public Build ( string c, string a, string l, string h, string b, string w1l, string w1r, string w2l, string w2r ) : void
c string
a string
l string
h string
b string
w1l string
w1r string
w2l string
w2r string
return void

Property Details

weaponScripts public_oe property

public Weapon[], weaponScripts
return Weapon[],

weapons public_oe property

public GameObject[] weapons
return GameObject[]