C# Class Cover, NewTOAPIA

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Draw() public méthode

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

OnReset() public méthode

public OnReset ( ) : void
Résultat void

UpdateGeometryState() public méthode

public UpdateGeometryState ( double atTime ) : void
atTime double
Résultat void