C# Class WorldItemData, DefendAman

Inheritance: MonoBehaviour
Afficher le fichier Open project: CarsonRoscoe/DefendAman

Méthodes publiques

Свойство Type Description
amount int
autolootable bool
item Item
world_item_id int

Méthodes publiques

Méthode Description
NeverReceivedPickupMessageBack ( ) : IEnumerator
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

NeverReceivedPickupMessageBack() public méthode

public NeverReceivedPickupMessageBack ( ) : IEnumerator
Résultat IEnumerator

OnMouseEnter() public méthode

public OnMouseEnter ( ) : void
Résultat void

OnMouseExit() public méthode

public OnMouseExit ( ) : 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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

amount public_oe property

public int amount
Résultat int

autolootable public_oe property

public bool autolootable
Résultat bool

item public_oe property

public Item item
Résultat Item

world_item_id public_oe property

public int world_item_id
Résultat int