Kerbal Space Program
1.12.4
|
Classes | |
class | LineBreakingTable |
Static Public Member Functions | |
static TMP_FontAsset | GetFontAsset () |
Returns the Font Asset defined in the TMP Settings file. More... | |
static TMP_Settings | GetSettings () |
Returns the Sprite Asset defined in the TMP Settings file. More... | |
static TMP_SpriteAsset | GetSpriteAsset () |
Returns the Sprite Asset defined in the TMP Settings file. More... | |
static TMP_StyleSheet | GetStyleSheet () |
Returns the Sprite Asset defined in the TMP Settings file. More... | |
static TMP_Settings | LoadDefaultSettings () |
Static Function to load the TMP Settings file. More... | |
static void | LoadLinebreakingRules () |
Properties | |
static bool | autoSizeTextContainer [get] |
Set the size of the text container of newly created text objects to match the size of the text. More... | |
static string | defaultColorGradientPresetsPath [get] |
The relative path to a Resources folder in the project that contains Color Gradient Presets. More... | |
static TMP_FontAsset | defaultFontAsset [get] |
Returns the Default Font Asset to be used by newly created text objects. More... | |
static string | defaultFontAssetPath [get] |
The relative path to a Resources folder in the project. More... | |
static float | defaultFontSize [get] |
The Default Point Size of newly created text objects. More... | |
static TMP_SpriteAsset | defaultSpriteAsset [get] |
The Default Sprite Asset to be used by default. More... | |
static string | defaultSpriteAssetPath [get] |
The relative path to a Resources folder in the project. More... | |
static TMP_StyleSheet | defaultStyleSheet [get] |
The Default Style Sheet used by the text objects. More... | |
static float | defaultTextAutoSizingMaxRatio [get] |
The multiplier used to computer the default Max point size when Text Auto Sizing is used. More... | |
static float | defaultTextAutoSizingMinRatio [get] |
The multiplier used to computer the default Min point size when Text Auto Sizing is used. More... | |
static Vector2 | defaultTextMeshProTextContainerSize [get] |
The Default Size of the Text Container of a TextMeshPro object. More... | |
static Vector2 | defaultTextMeshProUITextContainerSize [get] |
The Default Width of the Text Container of a TextMeshProUI object. More... | |
static bool | enableEmojiSupport [get, set] |
Determines if Emoji support is enabled in the Input Field TouchScreenKeyboard. More... | |
static bool | enableExtraPadding [get] |
Controls if Extra Padding is enabled on newly created text objects by default. More... | |
static bool | enableKerning [get] |
Controls if Kerning is enabled on newly created text objects by default. More... | |
static bool | enableParseEscapeCharacters [get] |
Controls if Escape Characters will be parsed in the Text Input Box on newly created text objects. More... | |
static bool | enableTintAllSprites [get] |
Controls if TintAllSprites is enabled on newly created text objects by default. More... | |
static bool | enableWordWrapping [get] |
Controls if Word Wrapping will be enabled on newly created text objects by default. More... | |
static List< TMP_FontAsset > | fallbackFontAssets [get] |
Returns the list of Fallback Fonts defined in the TMP Settings file. More... | |
static TextAsset | followingCharacters [get] |
Text file that contains the following characters used for line breaking for Asian languages. More... | |
static TMP_Settings | instance [get] |
Get a singleton instance of the settings class. More... | |
static TextAsset | leadingCharacters [get] |
Text file that contains the leading characters used for line breaking for Asian languages. More... | |
static LineBreakingTable | linebreakingRules [get] |
static bool | matchMaterialPreset [get] |
Controls whether or not TMP will create a matching material preset or use the default material of the fallback font asset. More... | |
static int | missingGlyphCharacter [get] |
The character the will be used as a replacement for missing glyphs in a font asset. More... | |
static string | version [get] |
Returns the release version of the product. More... | |
static bool | warningsDisabled [get] |
Controls the display of warning message in the console. More... | |
|
inlinestatic |
Returns the Font Asset defined in the TMP Settings file.
|
inlinestatic |
Returns the Sprite Asset defined in the TMP Settings file.
|
inlinestatic |
Returns the Sprite Asset defined in the TMP Settings file.
|
inlinestatic |
Returns the Sprite Asset defined in the TMP Settings file.
|
inlinestatic |
Static Function to load the TMP Settings file.
|
inlinestatic |
|
staticget |
Set the size of the text container of newly created text objects to match the size of the text.
|
staticget |
The relative path to a Resources folder in the project that contains Color Gradient Presets.
|
staticget |
Returns the Default Font Asset to be used by newly created text objects.
|
staticget |
The relative path to a Resources folder in the project.
|
staticget |
The Default Point Size of newly created text objects.
|
staticget |
The Default Sprite Asset to be used by default.
|
staticget |
The relative path to a Resources folder in the project.
|
staticget |
The Default Style Sheet used by the text objects.
|
staticget |
The multiplier used to computer the default Max point size when Text Auto Sizing is used.
|
staticget |
The multiplier used to computer the default Min point size when Text Auto Sizing is used.
|
staticget |
The Default Size of the Text Container of a TextMeshPro object.
|
staticget |
The Default Width of the Text Container of a TextMeshProUI object.
|
staticgetset |
Determines if Emoji support is enabled in the Input Field TouchScreenKeyboard.
|
staticget |
Controls if Extra Padding is enabled on newly created text objects by default.
|
staticget |
Controls if Kerning is enabled on newly created text objects by default.
|
staticget |
Controls if Escape Characters will be parsed in the Text Input Box on newly created text objects.
|
staticget |
Controls if TintAllSprites is enabled on newly created text objects by default.
|
staticget |
Controls if Word Wrapping will be enabled on newly created text objects by default.
|
staticget |
Returns the list of Fallback Fonts defined in the TMP Settings file.
|
staticget |
Text file that contains the following characters used for line breaking for Asian languages.
|
staticget |
Get a singleton instance of the settings class.
|
staticget |
Text file that contains the leading characters used for line breaking for Asian languages.
|
staticget |
|
staticget |
Controls whether or not TMP will create a matching material preset or use the default material of the fallback font asset.
|
staticget |
The character the will be used as a replacement for missing glyphs in a font asset.
|
staticget |
Returns the release version of the product.
|
staticget |
Controls the display of warning message in the console.