C# Class AcTools.Render.Kn5SpecificSpecial.TrackMapPreparationRenderer

Inheritance: TrackMapRenderer, IKn5ObjectRenderer
Datei anzeigen Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
DrawSprites ( ) : void
DrawSpritesInner ( ) : void
GetCamera ( ) : CameraOrtho
InitializeInner ( ) : void
ResetCamera ( ) : void

Private Methods

Method Description
IKn5ObjectRenderer ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawSprites() protected final method

protected final DrawSprites ( ) : void
return void

DrawSpritesInner() protected method

protected DrawSpritesInner ( ) : void
return void

GetCamera() protected method

protected GetCamera ( ) : CameraOrtho
return AcTools.Render.Base.Cameras.CameraOrtho

InitializeInner() protected method

protected InitializeInner ( ) : void
return void

MoveCameraToStart() public method

public MoveCameraToStart ( ) : void
return void

ResetCamera() protected method

protected ResetCamera ( ) : void
return void

SelectNextSkin() public method

public SelectNextSkin ( ) : void
return void

SelectPreviousSkin() public method

public SelectPreviousSkin ( ) : void
return void

SelectSkin() public method

public SelectSkin ( string skinId ) : void
skinId string
return void

SetZoom() public method

public SetZoom ( float zoom ) : void
zoom float
return void

Shot() public method

public Shot ( string outputFile ) : void
outputFile string
return void

TrackMapPreparationRenderer() public method

public TrackMapPreparationRenderer ( Kn5 kn5 ) : System
kn5 AcTools.Kn5File.Kn5
return System

TrackMapPreparationRenderer() public method

public TrackMapPreparationRenderer ( string mainKn5Filename ) : System
mainKn5Filename string
return System

Update() public method

public Update ( ) : void
return void