GlyphRect
Constructor for a new GlyphRect.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.TextCore
- Assembly: UnityEngine.TextCoreFontEngineModule
GlyphRect(int, int, int, int)
Constructor for a new GlyphRect.
public GlyphRect(int x, int y, int width, int height)
Parameters
GlyphRect(Rect)
Constructor for a new GlyphRect.
public GlyphRect(Rect rect)
Parameters
The Rect used to construct the new GlyphRect.