C# Class FlatRedBall.Content.Instructions.InstructionSetSaveList

An XML serializable list of InstructionSetSaves.
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
AnimationSequenceSaves List
InstructionSetSaves List
SceneFileName string

Public Methods

Method Description
FromFile ( string fileName ) : InstructionSetSaveList
Save ( string fileName ) : void
ToAnimationSequenceList ( List instructionSets ) : List
ToInstructionSetList ( FlatRedBall scene ) : List
ToInstructionSetList ( IInstructable iinstructable ) : List

Method Details

FromFile() public static method

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

Save() public method

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

ToAnimationSequenceList() public method

public ToAnimationSequenceList ( List instructionSets ) : List
instructionSets List
return List

ToInstructionSetList() public method

public ToInstructionSetList ( FlatRedBall scene ) : List
scene FlatRedBall
return List

ToInstructionSetList() public method

public ToInstructionSetList ( IInstructable iinstructable ) : List
iinstructable IInstructable
return List

Property Details

AnimationSequenceSaves public property

public List AnimationSequenceSaves
return List

InstructionSetSaves public property

public List InstructionSetSaves
return List

SceneFileName public property

public string SceneFileName
return string