C# Class opentk.Manipulator

Show file Open project: smalld/particle_system

Protected Properties

Property Type Description
ProjectionView IValueProvider
RTstack MatrixStack

Public Methods

Method Description
HandleInput ( GameWindow window ) : bool
Manipulator ( IValueProvider projview ) : System
Render ( ) : void

Method Details

HandleInput() public abstract method

public abstract HandleInput ( GameWindow window ) : bool
window OpenTK.GameWindow
return bool

Manipulator() public method

public Manipulator ( IValueProvider projview ) : System
projview IValueProvider
return System

Render() public abstract method

public abstract Render ( ) : void
return void

Property Details

ProjectionView protected property

protected IValueProvider ProjectionView
return IValueProvider

RTstack protected property

protected MatrixStack RTstack
return MatrixStack