Axiom.Demos.DynamicTextures.updateInfoParamF C# (CSharp) Method

updateInfoParamF() private method

private updateInfoParamF ( ) : void
return void
		void updateInfoParamF()
		{
			OverlayManager.Instance.Elements.GetElement( "Example/DynTex/Param_F" ).Text = String.Format( "[3/4]F: {0}", TOFLOAT( F ) );
		}
		void updateInfoParamA0()