C# Class FlatRedBall.Arrow.DataTypes.ArrowElementInstance

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

Méthodes publiques

Свойство Type Description
Name string
Type string
Variables List

Méthodes publiques

Méthode Description
GetVariable ( string variableName ) : object
SetVariable ( string variableName, object value ) : void
ShouldSerializeVariables ( ) : bool

Method Details

GetVariable() public méthode

public GetVariable ( string variableName ) : object
variableName string
Résultat object

SetVariable() public méthode

public SetVariable ( string variableName, object value ) : void
variableName string
value object
Résultat void

ShouldSerializeVariables() public méthode

public ShouldSerializeVariables ( ) : bool
Résultat bool

Property Details

Name public_oe property

public string Name
Résultat string

Type public_oe property

public string Type
Résultat string

Variables public_oe property

public List Variables
Résultat List