C# Class UnityEditor.Tizen.PostProcessTizenPlayer.Progress

Exibir arquivo Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Progress ( string title, string message, float val ) : System
Show ( Program program ) : void

Method Details

Progress() public method

public Progress ( string title, string message, float val ) : System
title string
message string
val float
return System

Show() public method

public Show ( Program program ) : void
program Program
return void