C# Class Cover, NewTOAPIA

Inheritance: MonoBehaviour
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Cover ( string name, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, Rectangle, frame, double duration, int direction ) : System
Draw ( DrawEvent devent ) : void
OnReset ( ) : void
UpdateGeometryState ( double atTime ) : void

Method Details

Cover() public method

public Cover ( string name, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, Rectangle, frame, double duration, int direction ) : System
name string
dstPixelBuffer GDIDIBSection
srcPixelBuffer GDIDIBSection
frame Rectangle,
duration double
direction int
return System

Draw() public method

public Draw ( DrawEvent devent ) : void
devent DrawEvent
return void

OnReset() public method

public OnReset ( ) : void
return void

UpdateGeometryState() public method

public UpdateGeometryState ( double atTime ) : void
atTime double
return void