Search Results for

    Show / Hide Table of Contents

    Class DummyProgressBar

    プログレスバーを表示したくない場合に使う、空のプログレスバー実装です。

    Inheritance
    System.Object
    DummyProgressBar
    Implements
    IProgressBar
    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 DummyProgressBar : IProgressBar

    Methods

    Display(String, Single)

    Declaration
    public void Display(string info, float progress)
    Parameters
    Type Name Description
    System.String info
    System.Single progress

    Dispose()

    Declaration
    public void Dispose()

    Implements

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