C# 클래스 Gum.DataTypes.Variables.VariableSave

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : VariableSave
GetRootName ( ) : string
GetRootName ( string variableName ) : string
ShouldSerializeIsFile ( ) : bool
ShouldSerializeIsFont ( ) : bool
ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
ToString ( ) : string
VariableSave ( ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : VariableSave
리턴 VariableSave

GetRootName() 공개 메소드

public GetRootName ( ) : string
리턴 string

GetRootName() 공개 정적인 메소드

public static GetRootName ( string variableName ) : string
variableName string
리턴 string

ShouldSerializeIsFile() 공개 메소드

public ShouldSerializeIsFile ( ) : bool
리턴 bool

ShouldSerializeIsFont() 공개 메소드

public ShouldSerializeIsFont ( ) : bool
리턴 bool

ShouldSerializeIsHiddenInPropertyGrid() 공개 메소드

public ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VariableSave() 공개 메소드

public VariableSave ( ) : System
리턴 System