C# 클래스 OpenRA.Effects.SpriteEffect

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

공개 메소드들

메소드 설명
Render ( WorldRenderer wr ) : IEnumerable
SpriteEffect ( WPos pos, World world, string image, string sequence, string palette, bool visibleThroughFog = false, bool scaleSizeWithZoom = false ) : System.Collections.Generic
Tick ( World world ) : void

메소드 상세

Render() 공개 메소드

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

SpriteEffect() 공개 메소드

public SpriteEffect ( WPos pos, World world, string image, string sequence, string palette, bool visibleThroughFog = false, bool scaleSizeWithZoom = false ) : System.Collections.Generic
pos WPos
world World
image string
sequence string
palette string
visibleThroughFog bool
scaleSizeWithZoom bool
리턴 System.Collections.Generic

Tick() 공개 메소드

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