Class VectorShapeButtonPresenter
- Namespace
- Lime
- Assembly
- Lime.dll
public class VectorShapeButtonPresenter : IPresenter
- Inheritance
-
VectorShapeButtonPresenter
- Implements
-
- Inherited Members
-
Constructors
public VectorShapeButtonPresenter(VectorShape shape)
Parameters
shape
VectorShape
Properties
public Color4 FocusColor { get; set; }
Property Value
- Color4
public Color4 NormalColor { get; set; }
Property Value
- Color4
public Color4 PressedColor { get; set; }
Property Value
- Color4
Methods
public RenderObject GetRenderObject(Node node)
Parameters
node
Node
Returns
- RenderObject
public bool PartialHitTest(Node node, ref HitTestArgs args)
Parameters
node
Node
args
HitTestArgs
Returns
- bool
public void SetState(string state)
Parameters
state
string