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

updateInfoParamA0() private method

private updateInfoParamA0 ( ) : void
return void
		void updateInfoParamA0()
		{
			// Diffusion rate for chemical 1
			OverlayManager.Instance.Elements.GetElement( "Example/DynTex/Param_A0" ).Text = String.Format( "[5/6]Diffusion 1: {0}", TOFLOAT( hdiv0 ) );
		}
		void updateInfoParamA1()