C# Class NPCAlertLevelMessage

Inheritance: Message
Show file Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
NPC GameObject
alertLevelType AlertLevelType

Public Methods

Method Description
NPCAlertLevelMessage ( GameObject NPC, AlertLevelType alertLevelType ) : UnityEngine

Method Details

NPCAlertLevelMessage() public method

public NPCAlertLevelMessage ( GameObject NPC, AlertLevelType alertLevelType ) : UnityEngine
NPC GameObject
alertLevelType AlertLevelType
return UnityEngine

Property Details

NPC public property

public GameObject NPC
return GameObject

alertLevelType public property

public AlertLevelType alertLevelType
return AlertLevelType