C# Class FlatRedBall.Content.Instructions.InstructionBlueprintListSave

A save class containing a list of InstructionSaves.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Instructions List
Name string

Méthodes publiques

Méthode Description
FromInstructionBlueprintList ( InstructionBlueprintList InstructionBlueprintList ) : InstructionBlueprintListSave
InstructionBlueprintListSave ( ) : System
ToInstructionBlueprintList ( ) : InstructionBlueprintList

Method Details

FromInstructionBlueprintList() public static méthode

public static FromInstructionBlueprintList ( InstructionBlueprintList InstructionBlueprintList ) : InstructionBlueprintListSave
InstructionBlueprintList InstructionBlueprintList
Résultat InstructionBlueprintListSave

InstructionBlueprintListSave() public méthode

public InstructionBlueprintListSave ( ) : System
Résultat System

ToInstructionBlueprintList() public méthode

public ToInstructionBlueprintList ( ) : InstructionBlueprintList
Résultat InstructionBlueprintList

Property Details

Instructions public_oe property

public List Instructions
Résultat List

Name public_oe property

public string Name
Résultat string