Photon Unity Networking 2  v2.1
English | 日本語 | 한국
Public Member Functions | Public Attributes | List of all members
TextButtonTransition Class Reference

これをボタンのテキストに使用すると、ボタンの動作を損なうことなく、テキスト上の色を変えることができます。 More...

Inherits MonoBehaviour, IPointerEnterHandler, and IPointerExitHandler.

Public Member Functions

void Awake ()
 
void OnEnable ()
 
void OnDisable ()
 
void OnPointerEnter (PointerEventData eventData)
 
void OnPointerExit (PointerEventData eventData)
 

Public Attributes

Selectable Selectable
 選択可能なコンポーネント。 More...
 
Color NormalColor = Color.white
 遷移状態の通常の色。 More...
 
Color HoverColor = Color.black
 遷移状態のホバーの色。 More...
 

Detailed Description

これをボタンのテキストに使用すると、ボタンの動作を損なうことなく、テキスト上の色を変えることができます。

Member Data Documentation

Color HoverColor = Color.black

遷移状態のホバーの色。

Color NormalColor = Color.white

遷移状態の通常の色。

Selectable Selectable

選択可能なコンポーネント。