C# Class OfficeController

Inheritance: MonoBehaviour
Exibir arquivo Open project: sasuke9759/GGJ-2016-Llama-God Class Usage Examples

Public Properties

Property Type Description
agent GameObject
happyWithCurrentSpot bool
placementOrder int

Public Methods

Method Description
FixedUpdate ( ) : void
GenerateAgent ( ) : void
OnTriggerStay ( Collider collision ) : void
PlaceRandomly ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

GenerateAgent() public method

public GenerateAgent ( ) : void
return void

OnTriggerStay() public method

public OnTriggerStay ( Collider collision ) : void
collision Collider
return void

PlaceRandomly() public method

public PlaceRandomly ( ) : void
return void

Property Details

agent public_oe property

public GameObject agent
return GameObject

happyWithCurrentSpot public_oe property

public bool happyWithCurrentSpot
return bool

placementOrder public_oe property

public int placementOrder
return int