C# Class SadConsole.GameHelpers.GameObjectTextSurface

A text surface with metadata to help with common game functions.
Inheritance: TextSurface
Datei anzeigen Open project: Thraka/SadConsole Class Usage Examples

Public Properties

Property Type Description
Actions List
Objects List
Processors List
Triggers List

Public Methods

Method Description
AssociateObjects ( ) : void

Method Details

AssociateObjects() public method

public AssociateObjects ( ) : void
return void

Property Details

Actions public_oe property

public List Actions
return List

Objects public_oe property

public List Objects
return List

Processors public_oe property

public List Processors
return List

Triggers public_oe property

public List Triggers
return List