C# Class Gum.DataTypes.Variables.VariableSave

ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : VariableSave
GetRootName ( ) : string
GetRootName ( string variableName ) : string
ShouldSerializeIsFile ( ) : bool
ShouldSerializeIsFont ( ) : bool
ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
ToString ( ) : string
VariableSave ( ) : System

Method Details

Clone() public method

public Clone ( ) : VariableSave
return VariableSave

GetRootName() public method

public GetRootName ( ) : string
return string

GetRootName() public static method

public static GetRootName ( string variableName ) : string
variableName string
return string

ShouldSerializeIsFile() public method

public ShouldSerializeIsFile ( ) : bool
return bool

ShouldSerializeIsFont() public method

public ShouldSerializeIsFont ( ) : bool
return bool

ShouldSerializeIsHiddenInPropertyGrid() public method

public ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

VariableSave() public method

public VariableSave ( ) : System
return System