C# Class GlueView.SaveClasses.StateSaveExtensionMethodsGlueView

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
CreateCombinedState ( StateSave firstState, StateSave secondState, float interpolationValue ) : StateSave
GetInstruction ( this stateSave, string memberName ) : InstructionSave

Method Details

CreateCombinedState() public static méthode

public static CreateCombinedState ( StateSave firstState, StateSave secondState, float interpolationValue ) : StateSave
firstState FlatRedBall.Glue.SaveClasses.StateSave
secondState FlatRedBall.Glue.SaveClasses.StateSave
interpolationValue float
Résultat FlatRedBall.Glue.SaveClasses.StateSave

GetInstruction() public static méthode

public static GetInstruction ( this stateSave, string memberName ) : InstructionSave
stateSave this
memberName string
Résultat InstructionSave