C# Class FlyIn, NewTOAPIA

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

Public Methods

Method Description
Draw ( DrawEvent devent ) : void
FlyIn ( Rectangle, startFrame, Rectangle, endFrame, double duration ) : System
OnSetDestinationPixelBuffer ( ) : void

Protected Methods

Method Description
OnFirstCell ( ) : void

Method Details

Draw() public method

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

FlyIn() public method

public FlyIn ( Rectangle, startFrame, Rectangle, endFrame, double duration ) : System
startFrame Rectangle,
endFrame Rectangle,
duration double
return System

OnFirstCell() protected method

protected OnFirstCell ( ) : void
return void

OnSetDestinationPixelBuffer() public method

public OnSetDestinationPixelBuffer ( ) : void
return void