C# Class SimplexCutsceneManager.GameObject

Mostra file Open project: lofcz/SimplexRpgEngine Class Usage Examples

Public Properties

Property Type Description
instructionsList List
selected bool

Public Methods

Method Description
GameObject ( Point position, int size = 32 ) : System
clickedOn ( ) : bool
drawSelf ( Graphics g, Pen p ) : void

Method Details

GameObject() public method

public GameObject ( Point position, int size = 32 ) : System
position Point
size int
return System

clickedOn() public method

public clickedOn ( ) : bool
return bool

drawSelf() public method

public drawSelf ( Graphics g, Pen p ) : void
g System.Drawing.Graphics
p System.Drawing.Pen
return void

Property Details

instructionsList public_oe property

public List instructionsList
return List

selected public_oe property

public bool selected
return bool