C# Class Cubia.TextureRenderable

Renders another renderable with a texture applied.
Inheritance: NestedRenderable
Mostrar archivo Open project: dzamkov/MineViewer Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TextureRenderable ( Texture Texture, IRenderable Base ) : System

Protected Methods

Method Description
PostRender ( ) : void
PreRender ( ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PostRender() protected method

protected PostRender ( ) : void
return void

PreRender() protected method

protected PreRender ( ) : void
return void

TextureRenderable() public method

public TextureRenderable ( Texture Texture, IRenderable Base ) : System
Texture Texture
Base IRenderable
return System