C# Class FlyIn, NewTOAPIA

Inheritance: MonoBehaviour
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnFirstCell ( ) : void

Method Details

Draw() public méthode

public Draw ( DrawEvent devent ) : void
devent DrawEvent
Résultat void

FlyIn() public méthode

public FlyIn ( Rectangle, startFrame, Rectangle, endFrame, double duration ) : System
startFrame Rectangle,
endFrame Rectangle,
duration double
Résultat System

OnFirstCell() protected méthode

protected OnFirstCell ( ) : void
Résultat void

OnSetDestinationPixelBuffer() public méthode

public OnSetDestinationPixelBuffer ( ) : void
Résultat void