Search Results for

    Show / Hide Table of Contents

    Interface IProgressDisplay

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

    Methods

    SetProgress(String, Single, String)

    進捗情報をセットします。 progressName をキーとし、キーがすでにあれば進捗を更新、 なければ追加します。 別スレッドから呼ばれることがあります。 percentageは0から100です。

    Declaration
    void SetProgress(string progressName, float percentage, string message)
    Parameters
    Type Name Description
    System.String progressName
    System.Single percentage
    System.String message
    In This Article
    Back to top PLATEAU SDK for Unity