Class AxisPadScreenButton
A button that is visually represented on-screen and triggered by touch or other pointer
input.
Inheritance
object
AxisPadScreenButton
Assembly: cs.temp.dll.dll
public class AxisPadScreenButton : AxisPadScreen
Properties
Declaration
protected override string controlPathInternal { get; set; }
Property Value
Methods
Declaration
public void OnPointerDown(PointerEventData eventData)
Parameters
Type |
Name |
Description |
PointerEventData |
eventData |
|
Declaration
public void OnPointerUp(PointerEventData eventData)
Parameters
Type |
Name |
Description |
PointerEventData |
eventData |
|