C# Class AgentController

Inheritance: MonoBehaviour
Show file Open project: sasuke9759/GGJ-2016-Llama-God Class Usage Examples

Public Properties

Property Type Description
deadBody GameObject
murdered bool
player GameObject
state AgentState,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

deadBody public property

public GameObject deadBody
return GameObject

murdered public property

public bool murdered
return bool

player public property

public GameObject player
return GameObject

state public property

public AgentState, state
return AgentState,