C# Class NPCAlertLevelMessage

Inheritance: Message
ファイルを表示 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_oe property

public GameObject NPC
return GameObject

alertLevelType public_oe property

public AlertLevelType alertLevelType
return AlertLevelType