C# Class MeshRenderer.Core.RenderManager

This is a proxy to an actual IMeshRenderer instance.
Inheritance: IMeshRenderer
Datei anzeigen Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
CreateControl ( string assemblyName ) : bool
CreateControl ( string assemblyName, string dependencies ) : bool
CreateDefaultControl ( ) : void
HandleResize ( ) : void
Initialize ( ) : void
SetData ( RenderData data ) : void
Zoom ( float x, float y, int delta ) : void

Method Details

CreateControl() public method

public CreateControl ( string assemblyName ) : bool
assemblyName string
return bool

CreateControl() public method

public CreateControl ( string assemblyName, string dependencies ) : bool
assemblyName string
dependencies string
return bool

CreateDefaultControl() public method

public CreateDefaultControl ( ) : void
return void

HandleResize() public method

public HandleResize ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

SetData() public method

public SetData ( RenderData data ) : void
data RenderData
return void

Zoom() public method

public Zoom ( float x, float y, int delta ) : void
x float
y float
delta int
return void