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

    Class InkFeature

    Inheritance
    Object
    InkFeature
    InteractiveInkFeature
    Namespace: Unity.UIWidgets.material
    Syntax
    public abstract class InkFeature

    Constructors

    InkFeature(MaterialInkController, RenderBox, VoidCallback)

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

    Fields

    _controller

    Declaration
    public _RenderInkFeatures _controller
    Field Value
    Type Description
    _RenderInkFeatures

    _debugDisposed

    Declaration
    public bool _debugDisposed
    Field Value
    Type Description
    Boolean

    onRemoved

    Declaration
    public readonly VoidCallback onRemoved
    Field Value
    Type Description
    VoidCallback

    referenceBox

    Declaration
    public readonly RenderBox referenceBox
    Field Value
    Type Description
    RenderBox

    Properties

    controller

    Declaration
    public MaterialInkController controller { get; }
    Property Value
    Type Description
    MaterialInkController

    Methods

    _paint(Canvas)

    Declaration
    public void _paint(Canvas canvas)
    Parameters
    Type Name Description
    Canvas canvas

    dispose()

    Declaration
    public virtual void dispose()

    paintFeature(Canvas, Matrix3)

    Declaration
    protected abstract void paintFeature(Canvas canvas, Matrix3 transform)
    Parameters
    Type Name Description
    Canvas canvas
    Matrix3 transform

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    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