Interface MaterialInkController
Namespace: Unity.UIWidgets.material
Syntax
public interface MaterialInkController
Properties
color
Declaration
Color color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
vsync
Declaration
TickerProvider vsync { get; }
Property Value
| Type | Description |
|---|---|
| TickerProvider |
Methods
addInkFeature(InkFeature)
Declaration
void addInkFeature(InkFeature feature)
Parameters
| Type | Name | Description |
|---|---|---|
| InkFeature | feature |
markNeedsPaint()
Declaration
void markNeedsPaint()