Search Results for

    Show / Hide Table of Contents

    Class DisplayedProgress

    Inheritance
    System.Object
    DisplayedProgress
    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 DisplayedProgress

    Constructors

    DisplayedProgress(String, Single, String)

    Declaration
    public DisplayedProgress(string name, float percentage, string message)
    Parameters
    Type Name Description
    System.String name
    System.Single percentage
    System.String message

    Fields

    Message

    Declaration
    public string Message
    Field Value
    Type Description
    System.String

    Name

    Declaration
    public readonly string Name
    Field Value
    Type Description
    System.String

    Percentage

    Declaration
    public float Percentage
    Field Value
    Type Description
    System.Single

    Properties

    PercentageStr

    Declaration
    public string PercentageStr { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top PLATEAU SDK for Unity