C# Class SectionComponentFactory, verthex

Inheritance: MonoBehaviour
Datei anzeigen Open project: austinblakeslee/verthex

Public Methods

Method Description
GetMaterial ( string materialName ) : SectionMaterial,
GetWeapon ( string weaponName ) : SectionWeapon,

Method Details

GetMaterial() public static method

public static GetMaterial ( string materialName ) : SectionMaterial,
materialName string
return SectionMaterial,

GetWeapon() public static method

public static GetWeapon ( string weaponName ) : SectionWeapon,
weaponName string
return SectionWeapon,