C# Class BuildMech, SteelX

Inheritance: Photon.MonoBehaviour
Afficher le fichier Open project: andysctu/SteelX Class Usage Examples

Méthodes publiques

Свойство Type Description
weaponScripts Weapon[],
weapons GameObject[]

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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
Résultat void

Property Details

weaponScripts public_oe property

public Weapon[], weaponScripts
Résultat Weapon[],

weapons public_oe property

public GameObject[] weapons
Résultat GameObject[]