C# Класс FlatRedBall.Content.Instructions.InstructionBlueprintListSave

A save class containing a list of InstructionSaves.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Instructions List
Name string

Открытые методы

Метод Описание
FromInstructionBlueprintList ( InstructionBlueprintList InstructionBlueprintList ) : InstructionBlueprintListSave
InstructionBlueprintListSave ( ) : System
ToInstructionBlueprintList ( ) : InstructionBlueprintList

Описание методов

FromInstructionBlueprintList() публичный статический Метод

public static FromInstructionBlueprintList ( InstructionBlueprintList InstructionBlueprintList ) : InstructionBlueprintListSave
InstructionBlueprintList InstructionBlueprintList
Результат InstructionBlueprintListSave

InstructionBlueprintListSave() публичный Метод

public InstructionBlueprintListSave ( ) : System
Результат System

ToInstructionBlueprintList() публичный Метод

public ToInstructionBlueprintList ( ) : InstructionBlueprintList
Результат InstructionBlueprintList

Описание свойств

Instructions публичное свойство

public List Instructions
Результат List

Name публичное свойство

public string Name
Результат string