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

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

공개 메소드들

메소드 설명
Corpse ( World world, WPos pos, string image, string sequence, string paletteName ) : System.Collections.Generic
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

메소드 상세

Corpse() 공개 메소드

public Corpse ( World world, WPos pos, string image, string sequence, string paletteName ) : System.Collections.Generic
world World
pos WPos
image string
sequence string
paletteName string
리턴 System.Collections.Generic

Render() 공개 메소드

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

Tick() 공개 메소드

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