C# Class FlatRedBall.Content.Instructions.InstructionSetSaveList

An XML serializable list of InstructionSetSaves.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationSequenceSaves List
InstructionSetSaves List
SceneFileName string

Méthodes publiques

Méthode 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 méthode

public static FromFile ( string fileName ) : InstructionSetSaveList
fileName string
Résultat InstructionSetSaveList

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

ToAnimationSequenceList() public méthode

public ToAnimationSequenceList ( List instructionSets ) : List
instructionSets List
Résultat List

ToInstructionSetList() public méthode

public ToInstructionSetList ( FlatRedBall scene ) : List
scene FlatRedBall
Résultat List

ToInstructionSetList() public méthode

public ToInstructionSetList ( IInstructable iinstructable ) : List
iinstructable IInstructable
Résultat List

Property Details

AnimationSequenceSaves public_oe property

public List AnimationSequenceSaves
Résultat List

InstructionSetSaves public_oe property

public List InstructionSetSaves
Résultat List

SceneFileName public_oe property

public string SceneFileName
Résultat string