C# Class GameCreatorGroupProject.CollisionDesigner

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
offsets System.Vector2[]
points bool>>.List
refPoint Point
spr Image

Méthodes publiques

Méthode Description
CollisionDesigner ( ) : OpenTK

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CollisionDesigner_DragDrop ( object sender, DragEventArgs e ) : void
CollisionDesigner_FormClosing ( object sender, FormClosingEventArgs e ) : void
CollisionDesigner_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
panel1_KeyPress ( object sender, KeyEventArgs e ) : void
panel1_MouseClick ( object sender, MouseEventArgs e ) : void

Method Details

CollisionDesigner() public méthode

public CollisionDesigner ( ) : OpenTK
Résultat OpenTK

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

offsets public_oe static_oe property

public static Vector2[],System offsets
Résultat System.Vector2[]

points public_oe static_oe property

public static List> points
Résultat bool>>.List

refPoint public_oe static_oe property

public static Point refPoint
Résultat Point

spr public_oe static_oe property

public static Image spr
Résultat Image