C# Class ThreejsDemo.canvas_ascii_effect

Inheritance: BaseDemo
Mostra file Open project: guidovanhilst/SharpThreejs

Protected Properties

Property Type Description
startTime double

Public Methods

Method Description
Init ( ) : void
Render ( ) : void
canvas_ascii_effect ( string name, string category ) : System

Method Details

Init() public method

public Init ( ) : void
return void

Render() public method

public Render ( ) : void
return void

canvas_ascii_effect() public method

public canvas_ascii_effect ( string name, string category ) : System
name string
category string
return System

Property Details

startTime protected_oe property

protected double startTime
return double