Show / Hide Table of Contents

Struct Extents

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public struct Extents

Constructors

| Edit this page View Source

Extents(Vector2, Vector2)

Declaration
public Extents(Vector2 min, Vector2 max)
Parameters
Type Name Description
Vector2 min
Vector2 max

Fields

| Edit this page View Source

max

Declaration
public Vector2 max
Field Value
Type Description
Vector2
| Edit this page View Source

min

Declaration
public Vector2 min
Field Value
Type Description
Vector2

Methods

| Edit this page View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
ValueType.ToString()

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
☀
☾