Version: 2021.3
언어: 한국어

GlyphConstructor

매뉴얼로 전환
public Glyph ();
public Glyph (TextCore.Glyph glyph);
public Glyph (uint index, TextCore.GlyphMetrics metrics, TextCore.GlyphRect glyphRect);
public Glyph (uint index, TextCore.GlyphMetrics metrics, TextCore.GlyphRect glyphRect, float scale, int atlasIndex);

파라미터

glyph Glyph used as a reference for the new glyph.
index The index of the glyph in the font file.
metrics The metrics of the glyph.
glyphRect The GlyphRect defining the position of the glyph in the atlas texture.
scale The relative scale of the glyph.
atlasIndex The index of the atlas texture that contains the glyph.

설명

Constructor for a new glyph.