C# Class FlatRedBall.Glue.GuiDisplay.AvailableAnimationChainsStringConverter

Inheritance: System.ComponentModel.StringConverter, IObjectsInFileConverter
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AvailableAnimationChainsStringConverter ( CustomVariable customVariable, StateSave stateSave = null ) : System
AvailableAnimationChainsStringConverter ( IElement element, NamedObjectSave namedObjectSave ) : System
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Private Methods

Méthode Description
GetAnimationChainListFile ( IElement element, NamedObjectSave referencedNos, StateSave stateSave ) : AnimationChainListSave
GetAnimationChainListFromScnxReference ( NamedObjectSave referencedNos ) : AnimationChainListSave
GetReferencedAclsThroughSetVariables ( IElement element, NamedObjectSave referencedNos, StateSave stateSave ) : AnimationChainListSave
Initialize ( IElement element, NamedObjectSave referencedNos, StateSave stateSave = null ) : void
LoadAnimationChainListSave ( IElement element, string rfsName ) : AnimationChainListSave
RefreshList ( ) : void

Method Details

AvailableAnimationChainsStringConverter() public méthode

public AvailableAnimationChainsStringConverter ( CustomVariable customVariable, StateSave stateSave = null ) : System
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
stateSave FlatRedBall.Glue.SaveClasses.StateSave
Résultat System

AvailableAnimationChainsStringConverter() public méthode

public AvailableAnimationChainsStringConverter ( IElement element, NamedObjectSave namedObjectSave ) : System
element IElement
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat System

GetStandardValues() public méthode

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
Résultat StandardValuesCollection

GetStandardValuesExclusive() public méthode

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

GetStandardValuesSupported() public méthode

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool