Class InteractiveInkFeature | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class InteractiveInkFeature

    Inheritance
    System.Object
    InkFeature
    InteractiveInkFeature
    InkHighlight
    InkRipple
    InkSplash
    Inherited Members
    InkFeature.controller
    InkFeature._controller
    InkFeature.referenceBox
    InkFeature.onRemoved
    InkFeature._debugDisposed
    InkFeature.dispose()
    InkFeature._paint(Canvas)
    InkFeature.paintFeature(Canvas, Matrix3)
    InkFeature.ToString()
    Namespace: Unity.UIWidgets.material
    Syntax
    public abstract class InteractiveInkFeature : InkFeature

    Constructors

    InteractiveInkFeature(MaterialInkController, RenderBox, Color, VoidCallback)

    Declaration
    public InteractiveInkFeature(MaterialInkController controller = null, RenderBox referenceBox = null, Color color = null, VoidCallback onRemoved = null)
    Parameters
    Type Name Description
    MaterialInkController controller
    RenderBox referenceBox
    Color color
    VoidCallback onRemoved

    Properties

    color

    Declaration
    public Color color { get; set; }
    Property Value
    Type Description
    Color

    Methods

    cancel()

    Declaration
    public virtual void cancel()

    confirm()

    Declaration
    public virtual void confirm()
    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