C# Class SectionWeapon, verthex

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

Méthodes publiques

Свойство Type Description
cost int
fire bool
maxUpgradeLevel int
weapons string[]
wtype string

Protected Properties

Свойство Type Description
damage int
damageUpgrades List
maxUpgradeEffect WeaponEffect,
range int
rangeUpgrades List
spcost int
upgradeLevel int
weaponEffect WeaponEffect,
weight int

Méthodes publiques

Méthode Description
GetCost ( ) : int
GetDamage ( ) : int
GetEffect ( ) : WeaponEffect,
GetPrefab ( ) : GameObject
GetRange ( ) : int
GetSPCost ( ) : int
GetUpgradeLevel ( ) : int
GetWeaponType ( ) : string
GetWeight ( ) : int
SetWeaponEffect ( WeaponEffect, e ) : void
Upgrade ( ) : void

Method Details

GetCost() public méthode

public GetCost ( ) : int
Résultat int

GetDamage() public méthode

public GetDamage ( ) : int
Résultat int

GetEffect() public méthode

public GetEffect ( ) : WeaponEffect,
Résultat WeaponEffect,

GetPrefab() public méthode

public GetPrefab ( ) : GameObject
Résultat GameObject

GetRange() public méthode

public GetRange ( ) : int
Résultat int

GetSPCost() public méthode

public GetSPCost ( ) : int
Résultat int

GetUpgradeLevel() public méthode

public GetUpgradeLevel ( ) : int
Résultat int

GetWeaponType() public méthode

public GetWeaponType ( ) : string
Résultat string

GetWeight() public méthode

public GetWeight ( ) : int
Résultat int

SetWeaponEffect() public méthode

public SetWeaponEffect ( WeaponEffect, e ) : void
e WeaponEffect,
Résultat void

Upgrade() public méthode

public Upgrade ( ) : void
Résultat void

Property Details

cost public_oe property

public int cost
Résultat int

damage protected_oe property

protected int damage
Résultat int

damageUpgrades protected_oe property

protected List damageUpgrades
Résultat List

fire public_oe property

public bool fire
Résultat bool

maxUpgradeEffect protected_oe property

protected WeaponEffect, maxUpgradeEffect
Résultat WeaponEffect,

maxUpgradeLevel public_oe property

public int maxUpgradeLevel
Résultat int

range protected_oe property

protected int range
Résultat int

rangeUpgrades protected_oe property

protected List rangeUpgrades
Résultat List

spcost protected_oe property

protected int spcost
Résultat int

upgradeLevel protected_oe property

protected int upgradeLevel
Résultat int

weaponEffect protected_oe property

protected WeaponEffect, weaponEffect
Résultat WeaponEffect,

weapons public_oe static_oe property

public static string[] weapons
Résultat string[]

weight protected_oe property

protected int weight
Résultat int

wtype public_oe property

public string wtype
Résultat string