Class InteractiveInkFeatureFactory
Inheritance
System.Object
InteractiveInkFeatureFactory
Namespace: Unity.UIWidgets.material
Syntax
public abstract class InteractiveInkFeatureFactory
Constructors
InteractiveInkFeatureFactory()
Declaration
public InteractiveInkFeatureFactory()
Methods
create(MaterialInkController, RenderBox, Offset, Color, Boolean, RectCallback, BorderRadius, ShapeBorder, Nullable<Single>, VoidCallback)
Declaration
public abstract InteractiveInkFeature create(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 |
Returns
Type | Description |
---|---|
InteractiveInkFeature |