C# 클래스 Assets.Scripts.Turrets.TurretModel

상속: ICloneable
파일 보기 프로젝트 열기: Final-Parsec/Corsair

공개 프로퍼티들

프로퍼티 타입 설명
aoeDamage int
aoeRange int
attackOptions AttackOptionsFlags
damage int
damageOverTime int
range float
rateOfFire int
turretType TurretType

공개 메소드들

메소드 설명
Clone ( ) : object

Creates a new object that is a copy of the current instance.

메소드 상세

Clone() 공개 메소드

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
리턴 object

프로퍼티 상세

aoeDamage 공개적으로 프로퍼티

public int aoeDamage
리턴 int

aoeRange 공개적으로 프로퍼티

public int aoeRange
리턴 int

attackOptions 공개적으로 프로퍼티

public AttackOptionsFlags attackOptions
리턴 AttackOptionsFlags

damage 공개적으로 프로퍼티

public int damage
리턴 int

damageOverTime 공개적으로 프로퍼티

public int damageOverTime
리턴 int

range 공개적으로 프로퍼티

public float range
리턴 float

rateOfFire 공개적으로 프로퍼티

public int rateOfFire
리턴 int

turretType 공개적으로 프로퍼티

public TurretType turretType
리턴 TurretType