Struct Mesh_Extents
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public struct Mesh_Extents
Constructors
|
Edit this page
View Source
Mesh_Extents(Vector2, Vector2)
Declaration
public Mesh_Extents(Vector2 min, Vector2 max)
Parameters
Type |
Name |
Description |
Vector2 |
min |
|
Vector2 |
max |
|
Fields
|
Edit this page
View Source
max
Declaration
Field Value
|
Edit this page
View Source
min
Declaration
Field Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods