C# 클래스 OpenRA.Mods.Common.Effects.AreaBeam

상속: IEffect, ISync
파일 보기 프로젝트 열기: cjshmyr/OpenRA

Private Properties

프로퍼티 타입 설명
GetFalloff int

공개 메소드들

메소드 설명
AreaBeam ( AreaBeamInfo info, ProjectileArgs args, Color color ) : System
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

비공개 메소드들

메소드 설명
GetFalloff ( int distance ) : int

메소드 상세

AreaBeam() 공개 메소드

public AreaBeam ( AreaBeamInfo info, ProjectileArgs args, Color color ) : System
info AreaBeamInfo
args OpenRA.GameRules.ProjectileArgs
color Color
리턴 System

Render() 공개 메소드

public Render ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
리턴 IEnumerable

Tick() 공개 메소드

public Tick ( World world ) : void
world World
리턴 void