C# Class GameCreatorGroupProject.CollisionDesigner

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

Public Properties

Property Type Description
offsets System.Vector2[]
points bool>>.List
refPoint Point
spr Image

Public Methods

Method Description
CollisionDesigner ( ) : OpenTK

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public CollisionDesigner ( ) : OpenTK
return OpenTK

Dispose() protected method

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

Property Details

offsets public_oe static_oe property

public static Vector2[],System offsets
return System.Vector2[]

points public_oe static_oe property

public static List> points
return bool>>.List

refPoint public_oe static_oe property

public static Point refPoint
return Point

spr public_oe static_oe property

public static Image spr
return Image