C# 클래스 OpenRA.Mods.Common.Traits.RenderSprites.AnimationWrapper

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

공개 프로퍼티들

프로퍼티 타입 설명
Animation OpenRA.Graphics.AnimationWithOffset
IsPlayerPalette bool
Palette string

공개 메소드들

메소드 설명
AnimationWrapper ( AnimationWithOffset animation, string palette, bool isPlayerPalette ) : System
CachePalette ( WorldRenderer wr, Player owner ) : void
OwnerChanged ( ) : void

메소드 상세

AnimationWrapper() 공개 메소드

public AnimationWrapper ( AnimationWithOffset animation, string palette, bool isPlayerPalette ) : System
animation OpenRA.Graphics.AnimationWithOffset
palette string
isPlayerPalette bool
리턴 System

CachePalette() 공개 메소드

public CachePalette ( WorldRenderer wr, Player owner ) : void
wr OpenRA.Graphics.WorldRenderer
owner Player
리턴 void

OwnerChanged() 공개 메소드

public OwnerChanged ( ) : void
리턴 void

프로퍼티 상세

Animation 공개적으로 프로퍼티

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

IsPlayerPalette 공개적으로 프로퍼티

public bool IsPlayerPalette
리턴 bool

Palette 공개적으로 프로퍼티

public string Palette
리턴 string