C# Class AgentController

Inheritance: MonoBehaviour
Mostra 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_oe property

public GameObject deadBody
return GameObject

murdered public_oe property

public bool murdered
return bool

player public_oe property

public GameObject player
return GameObject

state public_oe property

public AgentState, state
return AgentState,