ActionProject.GameLayer.UpdateLabels C# (CSharp) 메소드

UpdateLabels() 개인적인 메소드

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