C# Class MagicalFPS.MagicEffect.BaseShape.ShapeBaseWithNormal

Inheritance: DefaultDrawableImpl
Show file Open project: kyasbal-1994/MagicalFPS

Protected Properties

Property Type Description
inputLayout InputLayout

Public Methods

Method Description
Dispose ( ) : void
Draw ( ) : void
Initialize ( ) : void
ShapeBaseWithNormal ( RenderContext context ) : System.Collections.Generic
Update ( ) : void

Protected Methods

Method Description
InitializeIndicies ( IndexBufferBuilder bufferBuilder ) : void
InitializeVerticies ( List verticies ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

InitializeIndicies() protected abstract method

protected abstract InitializeIndicies ( IndexBufferBuilder bufferBuilder ) : void
bufferBuilder IndexBufferBuilder
return void

InitializeVerticies() protected abstract method

protected abstract InitializeVerticies ( List verticies ) : void
verticies List
return void

ShapeBaseWithNormal() public method

public ShapeBaseWithNormal ( RenderContext context ) : System.Collections.Generic
context RenderContext
return System.Collections.Generic

Update() public method

public Update ( ) : void
return void

Property Details

inputLayout protected property

protected InputLayout inputLayout
return InputLayout