C# Class GrafitiDemo.DemoTrace

Show file Open project: nuigroup/grafiti

Private Properties

Property Type Description

Public Methods

Method Description
DemoTrace ( DemoGroup demoGroup, Trace trace ) : System
Draw ( int layer ) : void
Update ( long timestamp ) : void

Method Details

DemoTrace() public method

public DemoTrace ( DemoGroup demoGroup, Trace trace ) : System
demoGroup DemoGroup
trace Trace
return System

Draw() public method

public Draw ( int layer ) : void
layer int
return void

Update() public method

public Update ( long timestamp ) : void
timestamp long
return void