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

    Class InkRipple

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

    Constructors

    InkRipple(MaterialInkController, RenderBox, Offset, Color, Boolean, RectCallback, BorderRadius, ShapeBorder, Nullable<Single>, VoidCallback)

    Declaration
    public InkRipple(MaterialInkController controller = null, RenderBox referenceBox = null, Offset position = null, Color color = null, bool containedInkWell = false, RectCallback rectCallback = null, BorderRadius borderRadius = null, ShapeBorder customBorder = null, float? radius = default(float? ), VoidCallback onRemoved = null)
    Parameters
    Type Name Description
    MaterialInkController controller
    RenderBox referenceBox
    Offset position
    Color color
    System.Boolean containedInkWell
    RectCallback rectCallback
    BorderRadius borderRadius
    ShapeBorder customBorder
    System.Nullable<System.Single> radius
    VoidCallback onRemoved

    Fields

    splashFactory

    Declaration
    public static InteractiveInkFeatureFactory splashFactory
    Field Value
    Type Description
    InteractiveInkFeatureFactory

    Methods

    cancel()

    Declaration
    public override void cancel()
    Overrides
    InteractiveInkFeature.cancel()

    confirm()

    Declaration
    public override void confirm()
    Overrides
    InteractiveInkFeature.confirm()

    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