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

updateInfoParamA1() private method

private updateInfoParamA1 ( ) : void
return void
		void updateInfoParamA1()
		{
			// Diffusion rate for chemical 2
			OverlayManager.Instance.Elements.GetElement( "Example/DynTex/Param_A1" ).Text = String.Format( "[7/8]Diffusion 2: {0}", TOFLOAT( hdiv1 ) );
		}