C# Class FlatRedBall.Content.Instructions.InstructionSetSave

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Instructions List
SceneFileName string
Target string

Public Methods

Method Description
AddInstructions ( IList listToAdd, string name ) : void
FromFile ( string fileName ) : InstructionSetSave
InstructionSetSave ( ) : System
Save ( string fileName ) : void
ToInstructionSet ( FlatRedBall scene ) : InstructionSet
ToInstructionSet ( IInstructable instructable ) : InstructionSet

Method Details

AddInstructions() public method

public AddInstructions ( IList listToAdd, string name ) : void
listToAdd IList
name string
return void

FromFile() public static method

public static FromFile ( string fileName ) : InstructionSetSave
fileName string
return InstructionSetSave

InstructionSetSave() public method

public InstructionSetSave ( ) : System
return System

Save() public method

public Save ( string fileName ) : void
fileName string
return void

ToInstructionSet() public method

public ToInstructionSet ( FlatRedBall scene ) : InstructionSet
scene FlatRedBall
return InstructionSet

ToInstructionSet() public method

public ToInstructionSet ( IInstructable instructable ) : InstructionSet
instructable IInstructable
return InstructionSet

Property Details

Instructions public property

public List Instructions
return List

SceneFileName public property

public string SceneFileName
return string

Target public property

public string Target
return string