Class InkHighlight | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class InkHighlight

    Inheritance
    Object
    InkFeature
    InteractiveInkFeature
    InkHighlight
    Inherited Members
    InteractiveInkFeature.confirm()
    InteractiveInkFeature.cancel()
    InteractiveInkFeature.color
    InkFeature.controller
    InkFeature._controller
    InkFeature.referenceBox
    InkFeature.onRemoved
    InkFeature._debugDisposed
    InkFeature._paint(Canvas)
    InkFeature.ToString()
    Namespace: Unity.UIWidgets.material
    Syntax
    public class InkHighlight : InteractiveInkFeature

    Constructors

    InkHighlight(MaterialInkController, RenderBox, Color, BoxShape, BorderRadius, ShapeBorder, RectCallback, VoidCallback)

    Declaration
    public InkHighlight(MaterialInkController controller = null, RenderBox referenceBox = null, Color color = null, BoxShape shape = BoxShape.rectangle, BorderRadius borderRadius = null, ShapeBorder customBorder = null, RectCallback rectCallback = null, VoidCallback onRemoved = null)
    Parameters
    Type Name Description
    MaterialInkController controller
    RenderBox referenceBox
    Color color
    BoxShape shape
    BorderRadius borderRadius
    ShapeBorder customBorder
    RectCallback rectCallback
    VoidCallback onRemoved

    Properties

    active

    Declaration
    public bool active { get; }
    Property Value
    Type Description
    Boolean

    Methods

    activate()

    Declaration
    public void activate()

    deactivate()

    Declaration
    public void deactivate()

    dispose()

    Declaration
    public override void dispose()
    Overrides
    InkFeature.dispose()

    paintFeature(Canvas, Matrix3)

    Declaration
    protected override void paintFeature(Canvas canvas, Matrix3 transform)
    Parameters
    Type Name Description
    Canvas canvas
    Matrix3 transform
    Overrides
    InkFeature.paintFeature(Canvas, Matrix3)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023