C# Class StackField

Inheritance: MonoBehaviour, IPointerClickHandler, IPointerEnterHandler, IPointerExitHandler
Mostrar archivo Open project: BornToGrill/Project-Frequency Class Usage Examples

Public Properties

Property Type Description
Next StackField,
Previous StackField,

Public Methods

Method Description
Hide ( ) : void
OnPointerClick ( PointerEventData e ) : void
OnPointerEnter ( PointerEventData e ) : void
OnPointerExit ( PointerEventData e ) : void
Set ( Sprite sprite, Color color, bool selectable, Action callback ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

OnPointerClick() public method

public OnPointerClick ( PointerEventData e ) : void
e UnityEngine.EventSystems.PointerEventData
return void

OnPointerEnter() public method

public OnPointerEnter ( PointerEventData e ) : void
e UnityEngine.EventSystems.PointerEventData
return void

OnPointerExit() public method

public OnPointerExit ( PointerEventData e ) : void
e UnityEngine.EventSystems.PointerEventData
return void

Set() public method

public Set ( Sprite sprite, Color color, bool selectable, Action callback ) : void
sprite Sprite
color Color
selectable bool
callback Action
return void

Property Details

Next public_oe property

public StackField, Next
return StackField,

Previous public_oe property

public StackField, Previous
return StackField,