C# Class AssemblyCSharp.UIDropTarget

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

Свойство Type Description
AllowRelease bool
DistThreshold float
DroppedObject UIDrag
WatchingObject UIDrag

Méthodes publiques

Méthode Description
HideAndResetDroppedObject ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Update ( ) : void

Method Details

HideAndResetDroppedObject() public méthode

public HideAndResetDroppedObject ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

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

OnTriggerExit2D() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

AllowRelease public_oe property

public bool AllowRelease
Résultat bool

DistThreshold public_oe property

public float DistThreshold
Résultat float

DroppedObject public_oe property

public UIDrag DroppedObject
Résultat UIDrag

WatchingObject public_oe property

public UIDrag WatchingObject
Résultat UIDrag