Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Character

Default constructor.
Read time 1 minuteLast updated 7 days ago

Definition

Character()

Default constructor.
public Character()

Character(uint, Glyph)

Constructor for new character
public Character(uint unicode, Glyph glyph)

Parameters

unicode

Unicode value.

glyph

Glyph

Character(uint, FontAsset, Glyph)

Constructor for new character
public Character(uint unicode, FontAsset fontAsset, Glyph glyph)

Parameters

unicode

Unicode value.

fontAsset

The font asset to which this character belongs.

glyph

Glyph