Show / Hide Table of Contents

Class Compute_DT_EventArgs

Inheritance
object
Compute_DT_EventArgs
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public class Compute_DT_EventArgs

Constructors

| Edit this page View Source

Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes, float)

Declaration
public Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes type, float progress)
Parameters
Type Name Description
Compute_DistanceTransform_EventTypes type
float progress
| Edit this page View Source

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

| Edit this page View Source

Colors

Declaration
public Color[] Colors
Field Value
Type Description
Color[]
| Edit this page View Source

EventType

Declaration
public Compute_DistanceTransform_EventTypes EventType
Field Value
Type Description
Compute_DistanceTransform_EventTypes
| Edit this page View Source

ProgressPercentage

Declaration
public float ProgressPercentage
Field Value
Type Description
float

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾