C# Class AcTools.Render.Kn5SpecificDeferred.Kn5ObjectRenderer

Inheritance: AcTools.Render.DeferredShading.StatsDeferredShadingRenderer, IKn5ObjectRenderer
Datei anzeigen Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
AutoRotateSun bool
CarLights List

Private Properties

Property Type Description
LoadLights void

Public Methods

Method Description
AddLight ( ) : void
Dispose ( ) : void
Kn5ObjectRenderer ( string mainKn5Filename ) : System
RemoveLight ( ) : void
ResetCamera ( ) : void
SelectNextSkin ( ) : void
SelectPreviousSkin ( ) : void
SelectSkin ( string skinId ) : void

Protected Methods

Method Description
DrawPrepare ( ) : void
InitializeInner ( ) : void
OnTick ( float dt ) : void

Private Methods

Method Description
LoadLights ( Kn5RenderableList node ) : void

Method Details

AddLight() public method

public AddLight ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

DrawPrepare() protected method

protected DrawPrepare ( ) : void
return void

InitializeInner() protected method

protected InitializeInner ( ) : void
return void

Kn5ObjectRenderer() public method

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

OnTick() protected method

protected OnTick ( float dt ) : void
dt float
return void

RemoveLight() public method

public RemoveLight ( ) : void
return void

ResetCamera() public method

public 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

Property Details

AutoRotateSun public_oe property

public bool AutoRotateSun
return bool

CarLights public_oe property

public List CarLights
return List