ActionProject.GameLayer.UpdateLabels C# (CSharp) Method

UpdateLabels() private method

private UpdateLabels ( ) : void
return void
		void UpdateLabels ()
		{
			variableLabel.Text = VariableOptions [currentVariableIndex];
			easingLabel.Text = EasingOptions [currentEasingIndex];
			inOutLabel.Text = OutInOptions [currentInOutIndex];
		}