C# Class GnomeAI, CodeSpells

Inheritance: MonoBehaviour
Show file Open project: srfoster/CodeSpells

Public Properties

Property Type Description
FromObj GameObject
ToObj GameObject
incomingTag string
outgoingTag string
startState int

Public Methods

Method Description
Back ( ) : bool
Collect ( ) : bool
Deliver ( ) : bool
Eat ( ) : bool
Find ( ) : bool
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void
Walk ( ) : bool

Private Methods

Method Description
findLeftHandRecursive ( Transform parent ) : Transform
findRightHandRecursive ( Transform parent ) : Transform
walkToObject ( ) : bool

Method Details

Back() public method

public Back ( ) : bool
return bool

Collect() public method

public Collect ( ) : bool
return bool

Deliver() public method

public Deliver ( ) : bool
return bool

Eat() public method

public Eat ( ) : bool
return bool

Find() public method

public Find ( ) : bool
return bool

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Walk() public method

public Walk ( ) : bool
return bool

Property Details

FromObj public property

public GameObject FromObj
return GameObject

ToObj public property

public GameObject ToObj
return GameObject

incomingTag public property

public string incomingTag
return string

outgoingTag public property

public string outgoingTag
return string

startState public property

public int startState
return int