Search Results for

    Show / Hide Table of Contents

    Class ProgressDisplayDialogue

    Editorの場合、ダイアログで進捗を表示します。 Runtimeの場合、何もしません。 Dispose時にダイアログを閉じるので、閉じるために利用時に using var progressDisplay = new ProgressDisplayDialogue(); のように usingを付けてください。付け忘れるとダイアログが閉じません。

    Inheritance
    System.Object
    ProgressDisplayDialogue
    Implements
    IProgressDisplay
    IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Util
    Assembly: cs.temp.dll.dll
    Syntax
    public class ProgressDisplayDialogue : IProgressDisplay

    Methods

    Dispose()

    Declaration
    public void Dispose()

    SetProgress(String, Single, String)

    Declaration
    public void SetProgress(string progressName, float percentage, string message)
    Parameters
    Type Name Description
    System.String progressName
    System.Single percentage
    System.String message

    Implements

    IProgressDisplay
    IDisposable
    In This Article
    Back to top PLATEAU SDK for Unity