Class TMP_UiEditorPanel | TextMesh Pro | 1.4.1
docs.unity.cn
    Show / Hide Table of Contents

    Class TMP_UiEditorPanel

    Inheritance
    Object
    TMP_BaseEditorPanel
    TMP_UiEditorPanel
    Inherited Members
    TMP_BaseEditorPanel.k_ExtraSettingsLabel
    TMP_BaseEditorPanel.s_EventId
    TMP_BaseEditorPanel.selAlignGridA
    TMP_BaseEditorPanel.selAlignGridB
    TMP_BaseEditorPanel.m_TextProp
    TMP_BaseEditorPanel.m_IsRightToLeftProp
    TMP_BaseEditorPanel.m_RtlText
    TMP_BaseEditorPanel.m_FontAssetProp
    TMP_BaseEditorPanel.m_FontSharedMaterialProp
    TMP_BaseEditorPanel.m_MaterialPresets
    TMP_BaseEditorPanel.m_MaterialPresetNames
    TMP_BaseEditorPanel.m_MaterialPresetSelectionIndex
    TMP_BaseEditorPanel.m_IsPresetListDirty
    TMP_BaseEditorPanel.m_FontStyleProp
    TMP_BaseEditorPanel.m_FontColorProp
    TMP_BaseEditorPanel.m_EnableVertexGradientProp
    TMP_BaseEditorPanel.m_FontColorGradientProp
    TMP_BaseEditorPanel.m_FontColorGradientPresetProp
    TMP_BaseEditorPanel.m_OverrideHtmlColorProp
    TMP_BaseEditorPanel.m_FontSizeProp
    TMP_BaseEditorPanel.m_FontSizeBaseProp
    TMP_BaseEditorPanel.m_AutoSizingProp
    TMP_BaseEditorPanel.m_FontSizeMinProp
    TMP_BaseEditorPanel.m_FontSizeMaxProp
    TMP_BaseEditorPanel.m_LineSpacingMaxProp
    TMP_BaseEditorPanel.m_CharWidthMaxAdjProp
    TMP_BaseEditorPanel.m_CharacterSpacingProp
    TMP_BaseEditorPanel.m_WordSpacingProp
    TMP_BaseEditorPanel.m_LineSpacingProp
    TMP_BaseEditorPanel.m_ParagraphSpacingProp
    TMP_BaseEditorPanel.m_TextAlignmentProp
    TMP_BaseEditorPanel.m_HorizontalMappingProp
    TMP_BaseEditorPanel.m_VerticalMappingProp
    TMP_BaseEditorPanel.m_UvLineOffsetProp
    TMP_BaseEditorPanel.m_EnableWordWrappingProp
    TMP_BaseEditorPanel.m_WordWrappingRatiosProp
    TMP_BaseEditorPanel.m_TextOverflowModeProp
    TMP_BaseEditorPanel.m_PageToDisplayProp
    TMP_BaseEditorPanel.m_LinkedTextComponentProp
    TMP_BaseEditorPanel.m_IsLinkedTextComponentProp
    TMP_BaseEditorPanel.m_EnableKerningProp
    TMP_BaseEditorPanel.m_IsRichTextProp
    TMP_BaseEditorPanel.m_HasFontAssetChangedProp
    TMP_BaseEditorPanel.m_EnableExtraPaddingProp
    TMP_BaseEditorPanel.m_CheckPaddingRequiredProp
    TMP_BaseEditorPanel.m_EnableEscapeCharacterParsingProp
    TMP_BaseEditorPanel.m_UseMaxVisibleDescenderProp
    TMP_BaseEditorPanel.m_GeometrySortingOrderProp
    TMP_BaseEditorPanel.m_SpriteAssetProp
    TMP_BaseEditorPanel.m_MarginProp
    TMP_BaseEditorPanel.m_ColorModeProp
    TMP_BaseEditorPanel.m_HavePropertiesChanged
    TMP_BaseEditorPanel.m_TextComponent
    TMP_BaseEditorPanel.m_RectTransform
    TMP_BaseEditorPanel.m_TargetMaterial
    TMP_BaseEditorPanel.m_RectCorners
    TMP_BaseEditorPanel.m_HandlePoints
    TMP_BaseEditorPanel.OnDisable()
    TMP_BaseEditorPanel.OnInspectorGUI()
    TMP_BaseEditorPanel.OnSceneGUI()
    TMP_BaseEditorPanel.DrawTextInput()
    TMP_BaseEditorPanel.DrawMainSettings()
    TMP_BaseEditorPanel.DrawMargins()
    TMP_BaseEditorPanel.DrawGeometrySorting()
    TMP_BaseEditorPanel.DrawRichText()
    TMP_BaseEditorPanel.DrawParsing()
    TMP_BaseEditorPanel.DrawTextureMapping()
    TMP_BaseEditorPanel.DrawKerning()
    TMP_BaseEditorPanel.DrawPadding()
    TMP_BaseEditorPanel.GetMaterialPresets()
    TMP_BaseEditorPanel.DrawMarginProperty(SerializedProperty, GUIContent)
    TMP_BaseEditorPanel.DrawPropertySlider(GUIContent, SerializedProperty)
    Namespace: TMPro.EditorUtilities
    Syntax
    public class TMP_UiEditorPanel : TMP_BaseEditorPanel

    Methods

    DrawExtraSettings()

    Declaration
    protected override void DrawExtraSettings()
    Overrides
    TMP_BaseEditorPanel.DrawExtraSettings()

    DrawRaycastTarget()

    Declaration
    protected void DrawRaycastTarget()

    IsMixSelectionTypes()

    Declaration
    protected override bool IsMixSelectionTypes()
    Returns
    Type Description
    Boolean
    Overrides
    TMP_BaseEditorPanel.IsMixSelectionTypes()

    OnEnable()

    Declaration
    protected override void OnEnable()
    Overrides
    TMP_BaseEditorPanel.OnEnable()

    OnUndoRedo()

    Declaration
    protected override void OnUndoRedo()
    Overrides
    TMP_BaseEditorPanel.OnUndoRedo()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX