C# 클래스 OpenRA.Graphics.AnimationWithOffset

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

공개 프로퍼티들

프로퍼티 타입 설명
Animation OpenRA.Graphics.Animation
DisableFunc Func
OffsetFunc Func
ZOffset int>.Func

공개 메소드들

메소드 설명
AnimationWithOffset ( OpenRA.Graphics.Animation a, Func offset, Func disable ) : System
AnimationWithOffset ( OpenRA.Graphics.Animation a, Func offset, Func disable, int>.Func zOffset ) : System
AnimationWithOffset ( OpenRA.Graphics.Animation a, Func offset, Func disable, int zOffset ) : System
Render ( Actor self, WorldRenderer wr, OpenRA.Graphics.PaletteReference pal, float scale ) : IEnumerable

메소드 상세

AnimationWithOffset() 공개 메소드

public AnimationWithOffset ( OpenRA.Graphics.Animation a, Func offset, Func disable ) : System
a OpenRA.Graphics.Animation
offset Func
disable Func
리턴 System

AnimationWithOffset() 공개 메소드

public AnimationWithOffset ( OpenRA.Graphics.Animation a, Func offset, Func disable, int>.Func zOffset ) : System
a OpenRA.Graphics.Animation
offset Func
disable Func
zOffset int>.Func
리턴 System

AnimationWithOffset() 공개 메소드

public AnimationWithOffset ( OpenRA.Graphics.Animation a, Func offset, Func disable, int zOffset ) : System
a OpenRA.Graphics.Animation
offset Func
disable Func
zOffset int
리턴 System

Render() 공개 메소드

public Render ( Actor self, WorldRenderer wr, OpenRA.Graphics.PaletteReference pal, float scale ) : IEnumerable
self Actor
wr WorldRenderer
pal OpenRA.Graphics.PaletteReference
scale float
리턴 IEnumerable

프로퍼티 상세

Animation 공개적으로 프로퍼티

public Animation,OpenRA.Graphics Animation
리턴 OpenRA.Graphics.Animation

DisableFunc 공개적으로 프로퍼티

public Func DisableFunc
리턴 Func

OffsetFunc 공개적으로 프로퍼티

public Func OffsetFunc
리턴 Func

ZOffset 공개적으로 프로퍼티

public Func ZOffset
리턴 int>.Func