C# Class NPCDestroyedMessage

Inheritance: Message
显示文件 Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
NPC GameObject
eaten bool

Public Methods

Method Description
NPCDestroyedMessage ( GameObject NPC, bool wasEaten = true ) : UnityEngine

Method Details

NPCDestroyedMessage() public method

public NPCDestroyedMessage ( GameObject NPC, bool wasEaten = true ) : UnityEngine
NPC GameObject
wasEaten bool
return UnityEngine

Property Details

NPC public_oe property

public GameObject NPC
return GameObject

eaten public_oe property

public bool eaten
return bool