C# Class touchedTargetCaller

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/stardust

Méthodes publiques

Свойство Type Description
Target GameObject
active bool
smoothTime float
targetActive bool

Méthodes publiques

Méthode Description
OnMouseDown ( ) : void
OnTriggerEnter2D ( Collider2D coll ) : void
OnTriggerExit2D ( Collider2D coll ) : void
Start ( ) : void
TargetCall ( ) : void
Touch ( ) : void
Update ( ) : void

Method Details

OnMouseDown() public méthode

public OnMouseDown ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D coll ) : void
coll UnityEngine.Collider2D
Résultat void

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D coll ) : void
coll UnityEngine.Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TargetCall() public méthode

public TargetCall ( ) : void
Résultat void

Touch() public méthode

public Touch ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Target public_oe property

public GameObject Target
Résultat GameObject

active public_oe property

public bool active
Résultat bool

smoothTime public_oe property

public float smoothTime
Résultat float

targetActive public_oe property

public bool targetActive
Résultat bool