C# Class FlatRedBall.Content.Instructions.InstructionSetSave

Exibir arquivo 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_oe property

public List Instructions
return List

SceneFileName public_oe property

public string SceneFileName
return string

Target public_oe property

public string Target
return string