C# Class SadConsole.GameHelpers.GameObjectTextSurface

A text surface with metadata to help with common game functions.
Inheritance: TextSurface
Show file 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 property

public List Actions
return List

Objects public property

public List Objects
return List

Processors public property

public List Processors
return List

Triggers public property

public List Triggers
return List