C# Class GlueView.SaveClasses.StateSaveExtensionMethodsGlueView

显示文件 Open project: vchelaru/FlatRedBall

Public Methods

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

Method Details

CreateCombinedState() public static method

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

GetInstruction() public static method

public static GetInstruction ( this stateSave, string memberName ) : InstructionSave
stateSave this
memberName string
return InstructionSave