Table of Contents

Class VectorShapeButtonPresenter

Namespace
Lime
Assembly
Lime.dll
public class VectorShapeButtonPresenter : IPresenter
Inheritance
VectorShapeButtonPresenter
Implements
Inherited Members

Constructors

VectorShapeButtonPresenter(VectorShape)

public VectorShapeButtonPresenter(VectorShape shape)

Parameters

shape VectorShape

Properties

FocusColor

public Color4 FocusColor { get; set; }

Property Value

Color4

NormalColor

public Color4 NormalColor { get; set; }

Property Value

Color4

PressedColor

public Color4 PressedColor { get; set; }

Property Value

Color4

Methods

GetRenderObject(Node)

public RenderObject GetRenderObject(Node node)

Parameters

node Node

Returns

RenderObject

PartialHitTest(Node, ref HitTestArgs)

public bool PartialHitTest(Node node, ref HitTestArgs args)

Parameters

node Node
args HitTestArgs

Returns

bool

SetState(string)

public void SetState(string state)

Parameters

state string