C# Class AcTools.Render.Kn5SpecificForward.ForwardKn5ObjectRenderer

Inheritance: AcTools.Render.Forward.ForwardRenderer, IKn5ObjectRenderer
显示文件 Open project: gro-ove/actools Class Usage Examples

Protected Properties

Property Type Description
MaterialsProvider AcTools.Render.Kn5Specific.Materials.Kn5MaterialsProvider
TexturesProvider AcTools.Render.Kn5Specific.Textures.TexturesProvider

Public Methods

Method Description
Dispose ( ) : void
ForwardKn5ObjectRenderer ( string mainKn5Filename, string carDirectory = null ) : System.Collections.Generic
ResetCamera ( ) : void
SelectNextSkin ( ) : void
SelectPreviousSkin ( ) : void
SelectSkin ( string skinId ) : void

Protected Methods

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

Private Methods

Method Description
CreateCamera ( IRenderableObject node ) : CameraOrbit

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawPrepare() protected method

protected DrawPrepare ( ) : void
return void

DrawSpritesInner() protected method

protected DrawSpritesInner ( ) : void
return void

ForwardKn5ObjectRenderer() public method

public ForwardKn5ObjectRenderer ( string mainKn5Filename, string carDirectory = null ) : System.Collections.Generic
mainKn5Filename string
carDirectory string
return System.Collections.Generic

InitializeInner() protected method

protected InitializeInner ( ) : void
return void

OnTick() protected method

protected OnTick ( float dt ) : void
dt float
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

MaterialsProvider protected_oe property

protected Kn5MaterialsProvider,AcTools.Render.Kn5Specific.Materials MaterialsProvider
return AcTools.Render.Kn5Specific.Materials.Kn5MaterialsProvider

TexturesProvider protected_oe property

protected TexturesProvider,AcTools.Render.Kn5Specific.Textures TexturesProvider
return AcTools.Render.Kn5Specific.Textures.TexturesProvider