docs.unity.cn
    Show / Hide Table of Contents

    Class Compute_DT_EventArgs

    Inheritance
    Object
    Compute_DT_EventArgs
    Namespace: TMPro
    Syntax
    public class Compute_DT_EventArgs

    Constructors

    Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes, Single)

    Declaration
    public Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes type, float progress)
    Parameters
    Type Name Description
    Compute_DistanceTransform_EventTypes type
    Single progress

    Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes, Color[])

    Declaration
    public Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes type, Color[] colors)
    Parameters
    Type Name Description
    Compute_DistanceTransform_EventTypes type
    Color[] colors

    Fields

    Colors

    Declaration
    public Color[] Colors
    Field Value
    Type Description
    Color[]

    EventType

    Declaration
    public Compute_DistanceTransform_EventTypes EventType
    Field Value
    Type Description
    Compute_DistanceTransform_EventTypes

    ProgressPercentage

    Declaration
    public float ProgressPercentage
    Field Value
    Type Description
    Single
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 23 April 2021