C# 클래스 OpenRA.Mods.Common.Widgets.ActorPreviewWidget

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Animate bool
GetScale Func

공개 메소드들

메소드 설명
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
PrepareRenderables ( ) : void
SetPreview ( ActorInfo actor, TypeDictionary td ) : void
Tick ( ) : void

보호된 메소드들

메소드 설명
ActorPreviewWidget ( ActorPreviewWidget other ) : System

비공개 메소드들

메소드 설명
ActorPreviewWidget ( WorldRenderer worldRenderer ) : System

메소드 상세

ActorPreviewWidget() 보호된 메소드

protected ActorPreviewWidget ( ActorPreviewWidget other ) : System
other ActorPreviewWidget
리턴 System

Clone() 공개 메소드

public Clone ( ) : OpenRA.Widgets.Widget
리턴 OpenRA.Widgets.Widget

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

PrepareRenderables() 공개 메소드

public PrepareRenderables ( ) : void
리턴 void

SetPreview() 공개 메소드

public SetPreview ( ActorInfo actor, TypeDictionary td ) : void
actor ActorInfo
td TypeDictionary
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

프로퍼티 상세

Animate 공개적으로 프로퍼티

public bool Animate
리턴 bool

GetScale 공개적으로 프로퍼티

public Func GetScale
리턴 Func