C# Class Squared.Render.Tracing.MarkerBatch

Inheritance: Batch
Mostra file Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
Text string

Public Methods

Method Description
Issue ( DeviceManager manager ) : void
MarkerBatch ( int layer, string text ) : System
Prepare ( PrepareManager manager ) : void

Method Details

Issue() public method

public Issue ( DeviceManager manager ) : void
manager DeviceManager
return void

MarkerBatch() public method

public MarkerBatch ( int layer, string text ) : System
layer int
text string
return System

Prepare() public method

public Prepare ( PrepareManager manager ) : void
manager PrepareManager
return void

Property Details

Text public_oe property

public string Text
return string