Search Results for

    Show / Hide Table of Contents

    Interface IProgressBar

    処理の進行状況を表示するためのインターフェイスです。

    Namespace: PLATEAU.Util
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IProgressBar

    Methods

    Display(String, Single)

    Declaration
    void Display(string info, float progress)
    Parameters
    Type Name Description
    System.String info
    System.Single progress
    In This Article
    Back to top PLATEAU SDK for Unity