C# Class PanelButton

Inheritance: MonoBehaviour
Mostrar archivo Open project: Devination/TheRightWay Class Usage Examples

Public Properties

Property Type Description
composite bool

Public Methods

Method Description
OnPointerClick ( UnityEngine eventData ) : void
OnPointerEnter ( UnityEngine eventData ) : void
SetActivatedImage ( bool state ) : void

Method Details

OnPointerClick() public method

public OnPointerClick ( UnityEngine eventData ) : void
eventData UnityEngine
return void

OnPointerEnter() public method

public OnPointerEnter ( UnityEngine eventData ) : void
eventData UnityEngine
return void

SetActivatedImage() public method

public SetActivatedImage ( bool state ) : void
state bool
return void

Property Details

composite public_oe property

public bool composite
return bool