C# Class SimplexCutsceneManager.GameObject

Afficher le fichier Open project: lofcz/SimplexRpgEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
instructionsList List
selected bool

Méthodes publiques

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

Method Details

GameObject() public méthode

public GameObject ( Point position, int size = 32 ) : System
position Point
size int
Résultat System

clickedOn() public méthode

public clickedOn ( ) : bool
Résultat bool

drawSelf() public méthode

public drawSelf ( Graphics g, Pen p ) : void
g System.Drawing.Graphics
p System.Drawing.Pen
Résultat void

Property Details

instructionsList public_oe property

public List instructionsList
Résultat List

selected public_oe property

public bool selected
Résultat bool