C# Class ImageTextDemo, UGUIPlugin

Inheritance: MonoBehaviour
Afficher le fichier Open project: l980305284/UGUIPlugin

Méthodes publiques

Свойство Type Description
cube GameObject
icon Image
image1 Image
image2 Image
image3 Image
rectTran UnityEngine.RectTransform
text Text

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CubeOnDrag ( GameObject go, PointerEventData data ) : void
IconChangeOnClick ( GameObject go, PointerEventData data ) : void
ImageDepthOnClick ( GameObject go, PointerEventData data ) : void
RegisterEventListener ( ) : void
SpriteOnDrag ( GameObject go, PointerEventData data ) : void
TextDepthOnClick ( GameObject go, PointerEventData data ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

cube public_oe property

public GameObject cube
Résultat GameObject

icon public_oe property

public Image icon
Résultat Image

image1 public_oe property

public Image image1
Résultat Image

image2 public_oe property

public Image image2
Résultat Image

image3 public_oe property

public Image image3
Résultat Image

rectTran public_oe property

public RectTransform,UnityEngine rectTran
Résultat UnityEngine.RectTransform

text public_oe property

public Text text
Résultat Text