C# 클래스 OpenRA.Mods.Common.Graphics.SpriteActorPreview

상속: IActorPreview
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
Render ( WorldRenderer wr, WPos pos ) : IEnumerable
SpriteActorPreview ( OpenRA.Graphics.Animation animation, Func offset, Func zOffset, OpenRA.Graphics.PaletteReference pr, float scale ) : System
Tick ( ) : void

메소드 상세

Render() 공개 메소드

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

SpriteActorPreview() 공개 메소드

public SpriteActorPreview ( OpenRA.Graphics.Animation animation, Func offset, Func zOffset, OpenRA.Graphics.PaletteReference pr, float scale ) : System
animation OpenRA.Graphics.Animation
offset Func
zOffset Func
pr OpenRA.Graphics.PaletteReference
scale float
리턴 System

Tick() 공개 메소드

public Tick ( ) : void
리턴 void