Terraria.Graphics.Shaders.ScreenShaderData.UseProgress C# (CSharp) Method

UseProgress() public method

public UseProgress ( float progress ) : ScreenShaderData
progress float
return ScreenShaderData
        public ScreenShaderData UseProgress(float progress)
        {
            _uProgress = progress;
            return this;
        }