C# 클래스 FlatRedBall.Glue.SaveClasses.ScreenSaveExtensionMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
DoesMemberNeedToBeSetByContainer ( this instance, string memberName ) : bool
GetAllBaseScreens ( this instance ) : List
GetAllBaseScreens ( this instance, List listToFill ) : void
GetAllStatesReferencingObject ( this instance, string objectName ) : List
GetReferencedFileSaveRecursively ( this instance, string fileName ) : ReferencedFileSave
InheritsFrom ( this instance, string screen ) : bool
UpdateFromBaseType ( this instance ) : void

메소드 상세

DoesMemberNeedToBeSetByContainer() 공개 정적인 메소드

public static DoesMemberNeedToBeSetByContainer ( this instance, string memberName ) : bool
instance this
memberName string
리턴 bool

GetAllBaseScreens() 공개 정적인 메소드

public static GetAllBaseScreens ( this instance ) : List
instance this
리턴 List

GetAllBaseScreens() 공개 정적인 메소드

public static GetAllBaseScreens ( this instance, List listToFill ) : void
instance this
listToFill List
리턴 void

GetAllStatesReferencingObject() 공개 정적인 메소드

public static GetAllStatesReferencingObject ( this instance, string objectName ) : List
instance this
objectName string
리턴 List

GetReferencedFileSaveRecursively() 공개 정적인 메소드

public static GetReferencedFileSaveRecursively ( this instance, string fileName ) : ReferencedFileSave
instance this
fileName string
리턴 ReferencedFileSave

InheritsFrom() 공개 정적인 메소드

public static InheritsFrom ( this instance, string screen ) : bool
instance this
screen string
리턴 bool

UpdateFromBaseType() 공개 정적인 메소드

public static UpdateFromBaseType ( this instance ) : void
instance this
리턴 void