C# 클래스 FlatRedBall.Content.Instructions.InstructionBlueprintListSave

A save class containing a list of InstructionSaves.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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