C# Class DraggableItem, CodeSpells

Inheritance: MonoBehaviour
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Méthode Description
ActiveInInventory ( ) : void
DroppedOn ( GameObject gameObject ) : void
DroppedOnInventory ( Vector3 mousePosition ) : void

Méthodes protégées

Méthode Description
Drag ( ) : void
Drop ( ) : void
objectUnderCursor ( ) : GameObject

Method Details

ActiveInInventory() public méthode

public ActiveInInventory ( ) : void
Résultat void

Drag() protected méthode

protected Drag ( ) : void
Résultat void

Drop() protected méthode

protected Drop ( ) : void
Résultat void

DroppedOn() public méthode

public DroppedOn ( GameObject gameObject ) : void
gameObject GameObject
Résultat void

DroppedOnInventory() public méthode

public DroppedOnInventory ( Vector3 mousePosition ) : void
mousePosition Vector3
Résultat void

objectUnderCursor() protected méthode

protected objectUnderCursor ( ) : GameObject
Résultat GameObject