C# Class FlatRedBall.Glue.SaveClasses.Helpers.CustomVariableHelper

Mostrar archivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
GetInterpolationCharacteristic ( CustomVariable customVariable, IElement container ) : InterpolationCharacteristic
IsStateMissingFor ( CustomVariable customVariable, IElement container ) : bool
SetDefaultValueFor ( CustomVariable customVariable, IElement element ) : void

Private Methods

Method Description
GetDefaultValueFor ( CustomVariable customVariable, IElement element ) : object
GetDefaultValueFor ( NamedObjectSave nos, string property, string overridingType ) : object
GetDefaultValueForPropertyInType ( string property, string classType ) : object
GetExceptionForFlatRedBallTypeDefaultValue ( NamedObjectSave nos, string property ) : object
IsCustomVariableReferencingState ( CustomVariable customVariable ) : bool

Method Details

GetInterpolationCharacteristic() public static method

public static GetInterpolationCharacteristic ( CustomVariable customVariable, IElement container ) : InterpolationCharacteristic
customVariable CustomVariable
container IElement
return InterpolationCharacteristic

IsStateMissingFor() public static method

public static IsStateMissingFor ( CustomVariable customVariable, IElement container ) : bool
customVariable CustomVariable
container IElement
return bool

SetDefaultValueFor() public static method

public static SetDefaultValueFor ( CustomVariable customVariable, IElement element ) : void
customVariable CustomVariable
element IElement
return void