C# 클래스 AcTools.Render.Kn5SpecificSpecial.TrackMapPreparationRenderer

상속: TrackMapRenderer, IKn5ObjectRenderer
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
MoveCameraToStart ( ) : void
SelectNextSkin ( ) : void
SelectPreviousSkin ( ) : void
SelectSkin ( string skinId ) : void
SetZoom ( float zoom ) : void
Shot ( string outputFile ) : void
TrackMapPreparationRenderer ( Kn5 kn5 ) : System
TrackMapPreparationRenderer ( string mainKn5Filename ) : System
Update ( ) : void

보호된 메소드들

메소드 설명
DrawSprites ( ) : void
DrawSpritesInner ( ) : void
GetCamera ( ) : CameraOrtho
InitializeInner ( ) : void
ResetCamera ( ) : void

비공개 메소드들

메소드 설명
IKn5ObjectRenderer ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DrawSprites() 보호된 최종 메소드

protected final DrawSprites ( ) : void
리턴 void

DrawSpritesInner() 보호된 메소드

protected DrawSpritesInner ( ) : void
리턴 void

GetCamera() 보호된 메소드

protected GetCamera ( ) : CameraOrtho
리턴 AcTools.Render.Base.Cameras.CameraOrtho

InitializeInner() 보호된 메소드

protected InitializeInner ( ) : void
리턴 void

MoveCameraToStart() 공개 메소드

public MoveCameraToStart ( ) : void
리턴 void

ResetCamera() 보호된 메소드

protected ResetCamera ( ) : void
리턴 void

SelectNextSkin() 공개 메소드

public SelectNextSkin ( ) : void
리턴 void

SelectPreviousSkin() 공개 메소드

public SelectPreviousSkin ( ) : void
리턴 void

SelectSkin() 공개 메소드

public SelectSkin ( string skinId ) : void
skinId string
리턴 void

SetZoom() 공개 메소드

public SetZoom ( float zoom ) : void
zoom float
리턴 void

Shot() 공개 메소드

public Shot ( string outputFile ) : void
outputFile string
리턴 void

TrackMapPreparationRenderer() 공개 메소드

public TrackMapPreparationRenderer ( Kn5 kn5 ) : System
kn5 AcTools.Kn5File.Kn5
리턴 System

TrackMapPreparationRenderer() 공개 메소드

public TrackMapPreparationRenderer ( string mainKn5Filename ) : System
mainKn5Filename string
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void