C# 클래스 SectionWeapon, verthex

파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cost int
fire bool
maxUpgradeLevel int
weapons string[]
wtype string

보호된 프로퍼티들

프로퍼티 타입 설명
damage int
damageUpgrades List
maxUpgradeEffect WeaponEffect,
range int
rangeUpgrades List
spcost int
upgradeLevel int
weaponEffect WeaponEffect,
weight int

공개 메소드들

메소드 설명
GetCost ( ) : int
GetDamage ( ) : int
GetEffect ( ) : WeaponEffect,
GetPrefab ( ) : GameObject
GetRange ( ) : int
GetSPCost ( ) : int
GetUpgradeLevel ( ) : int
GetWeaponType ( ) : string
GetWeight ( ) : int
SetWeaponEffect ( WeaponEffect, e ) : void
Upgrade ( ) : void

메소드 상세

GetCost() 공개 메소드

public GetCost ( ) : int
리턴 int

GetDamage() 공개 메소드

public GetDamage ( ) : int
리턴 int

GetEffect() 공개 메소드

public GetEffect ( ) : WeaponEffect,
리턴 WeaponEffect,

GetPrefab() 공개 메소드

public GetPrefab ( ) : GameObject
리턴 GameObject

GetRange() 공개 메소드

public GetRange ( ) : int
리턴 int

GetSPCost() 공개 메소드

public GetSPCost ( ) : int
리턴 int

GetUpgradeLevel() 공개 메소드

public GetUpgradeLevel ( ) : int
리턴 int

GetWeaponType() 공개 메소드

public GetWeaponType ( ) : string
리턴 string

GetWeight() 공개 메소드

public GetWeight ( ) : int
리턴 int

SetWeaponEffect() 공개 메소드

public SetWeaponEffect ( WeaponEffect, e ) : void
e WeaponEffect,
리턴 void

Upgrade() 공개 메소드

public Upgrade ( ) : void
리턴 void

프로퍼티 상세

cost 공개적으로 프로퍼티

public int cost
리턴 int

damage 보호되어 있는 프로퍼티

protected int damage
리턴 int

damageUpgrades 보호되어 있는 프로퍼티

protected List damageUpgrades
리턴 List

fire 공개적으로 프로퍼티

public bool fire
리턴 bool

maxUpgradeEffect 보호되어 있는 프로퍼티

protected WeaponEffect, maxUpgradeEffect
리턴 WeaponEffect,

maxUpgradeLevel 공개적으로 프로퍼티

public int maxUpgradeLevel
리턴 int

range 보호되어 있는 프로퍼티

protected int range
리턴 int

rangeUpgrades 보호되어 있는 프로퍼티

protected List rangeUpgrades
리턴 List

spcost 보호되어 있는 프로퍼티

protected int spcost
리턴 int

upgradeLevel 보호되어 있는 프로퍼티

protected int upgradeLevel
리턴 int

weaponEffect 보호되어 있는 프로퍼티

protected WeaponEffect, weaponEffect
리턴 WeaponEffect,

weapons 공개적으로 정적으로 프로퍼티

public static string[] weapons
리턴 string[]

weight 보호되어 있는 프로퍼티

protected int weight
리턴 int

wtype 공개적으로 프로퍼티

public string wtype
리턴 string