Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
AgentActions
C# Class AgentActions, MagesOfBlight
Inheritance:
MonoBehaviour
Show file
Open project: DomCristaldi/MagesOfBlight
Class Usage Examples
Public Properties
Property
Type
Description
blockAction
ActionData,
counterAction
ActionData,
proactiveActions
List
Public Methods
Method
Description
Awake
( ) :
void
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
InitActions
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
blockAction
public property
public
ActionData,
blockAction
return
ActionData,
counterAction
public property
public
ActionData,
counterAction
return
ActionData,
proactiveActions
public property
public
List
proactiveActions
return
List