C# Class FlatRedBall.Content.Instructions.InstructionSetSave

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Instructions List
SceneFileName string
Target string

Méthodes publiques

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

public AddInstructions ( IList listToAdd, string name ) : void
listToAdd IList
name string
Résultat void

FromFile() public static méthode

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

InstructionSetSave() public méthode

public InstructionSetSave ( ) : System
Résultat System

Save() public méthode

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

ToInstructionSet() public méthode

public ToInstructionSet ( FlatRedBall scene ) : InstructionSet
scene FlatRedBall
Résultat InstructionSet

ToInstructionSet() public méthode

public ToInstructionSet ( IInstructable instructable ) : InstructionSet
instructable IInstructable
Résultat InstructionSet

Property Details

Instructions public_oe property

public List Instructions
Résultat List

SceneFileName public_oe property

public string SceneFileName
Résultat string

Target public_oe property

public string Target
Résultat string