C# 클래스 OpenRA.Mods.Common.Projectiles.LaserZapInfo

상속: IProjectileInfo
파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BeamDuration int
UsePlayerColor bool

공개 메소드들

메소드 설명
Create ( ProjectileArgs args ) : IProjectile

메소드 상세

Create() 공개 메소드

public Create ( ProjectileArgs args ) : IProjectile
args OpenRA.GameRules.ProjectileArgs
리턴 IProjectile

프로퍼티 상세

BeamDuration 공개적으로 프로퍼티

public int BeamDuration
리턴 int

UsePlayerColor 공개적으로 프로퍼티

public bool UsePlayerColor
리턴 bool