C# Class Gum.DataTypes.Variables.VariableSave

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : VariableSave
GetRootName ( ) : string
GetRootName ( string variableName ) : string
ShouldSerializeIsFile ( ) : bool
ShouldSerializeIsFont ( ) : bool
ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
ToString ( ) : string
VariableSave ( ) : System

Method Details

Clone() public méthode

public Clone ( ) : VariableSave
Résultat VariableSave

GetRootName() public méthode

public GetRootName ( ) : string
Résultat string

GetRootName() public static méthode

public static GetRootName ( string variableName ) : string
variableName string
Résultat string

ShouldSerializeIsFile() public méthode

public ShouldSerializeIsFile ( ) : bool
Résultat bool

ShouldSerializeIsFont() public méthode

public ShouldSerializeIsFont ( ) : bool
Résultat bool

ShouldSerializeIsHiddenInPropertyGrid() public méthode

public ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

VariableSave() public méthode

public VariableSave ( ) : System
Résultat System