Method InvokeRebuild
InvokeRebuild(bool)
Will invoke RebuildGlyphs event when glyphs are dirty or forceRebuild parameter is true.
Declaration
public static void InvokeRebuild(bool forceRebuild = false)
Parameters
Type | Name | Description |
---|---|---|
bool | forceRebuild | When true will rebuild regardless of the value of glyphsDirty. When false will only rebuild if glyphs are dirty. |
Remarks
You usually shouldn't need to invoke this method. Consider using MarkGlyphsDirty() instead if you want to inform the system the glyphs may have changed.