Class TMP_SelectionCaret | TextMesh Pro | 1.3.0
docs.unity.cn
    Show / Hide Table of Contents

    Class TMP_SelectionCaret

    A simple component that can be added to a newly created object where inheriting from MaskableGraphic is needed.

    Inheritance
    Object
    TMP_SelectionCaret
    Namespace: TMPro
    Syntax
    public class TMP_SelectionCaret : MaskableGraphic

    Methods

    Cull(Rect, Boolean)

    Override to Cull function of MaskableGraphic to prevent Culling.

    Declaration
    public override void Cull(Rect clipRect, bool validRect)
    Parameters
    Type Name Description
    Rect clipRect
    Boolean validRect
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX