Show / Hide Table of Contents

Class UIImageBasedButton

Inheritance
System.Object
UIImageBasedButton
Implements
ISelectHandler
IDeselectHandler
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public class UIImageBasedButton : MonoBehaviour, ISelectHandler, IDeselectHandler

Properties

AlternativeSpriteset

Declaration
public bool AlternativeSpriteset { get; set; }
Property Value
Type Description
System.Boolean

Methods

OnDeselect(BaseEventData)

Declaration
public void OnDeselect(BaseEventData eventData)
Parameters
Type Name Description
BaseEventData eventData

OnSelect(BaseEventData)

Declaration
public void OnSelect(BaseEventData eventData)
Parameters
Type Name Description
BaseEventData eventData

Implements

ISelectHandler
IDeselectHandler
Back to top Generated by DocFX