C# Class PanelButton

Inheritance: MonoBehaviour
Afficher le fichier Open project: Devination/TheRightWay Class Usage Examples

Méthodes publiques

Свойство Type Description
composite bool

Méthodes publiques

Méthode Description
OnPointerClick ( UnityEngine eventData ) : void
OnPointerEnter ( UnityEngine eventData ) : void
SetActivatedImage ( bool state ) : void

Method Details

OnPointerClick() public méthode

public OnPointerClick ( UnityEngine eventData ) : void
eventData UnityEngine
Résultat void

OnPointerEnter() public méthode

public OnPointerEnter ( UnityEngine eventData ) : void
eventData UnityEngine
Résultat void

SetActivatedImage() public méthode

public SetActivatedImage ( bool state ) : void
state bool
Résultat void

Property Details

composite public_oe property

public bool composite
Résultat bool