Class PaintingBinding
Inherited Members
Namespace: Unity.UIWidgets.painting
Syntax
public class PaintingBinding : GestureBinding, HitTestable, HitTestDispatcher, HitTestTarget
Constructors
PaintingBinding()
Declaration
public PaintingBinding()
Properties
imageCache
Declaration
public ImageCache imageCache { get; }
Property Value
Type | Description |
---|---|
ImageCache |
instance
Declaration
public static PaintingBinding instance { get; set; }
Property Value
Type | Description |
---|---|
PaintingBinding |
Methods
createImageCache()
Declaration
protected virtual ImageCache createImageCache()
Returns
Type | Description |
---|---|
ImageCache |