C# Class NPCDestroyedMessage

Inheritance: Message
Afficher le fichier Open project: mezosaurus/eae-project Class Usage Examples

Méthodes publiques

Свойство Type Description
NPC GameObject
eaten bool

Méthodes publiques

Méthode Description
NPCDestroyedMessage ( GameObject NPC, bool wasEaten = true ) : UnityEngine

Method Details

NPCDestroyedMessage() public méthode

public NPCDestroyedMessage ( GameObject NPC, bool wasEaten = true ) : UnityEngine
NPC GameObject
wasEaten bool
Résultat UnityEngine

Property Details

NPC public_oe property

public GameObject NPC
Résultat GameObject

eaten public_oe property

public bool eaten
Résultat bool