C# Class Interactive.Detail.SphereTotem

Inheritance: Totem
Mostra file Open project: juliancruz87/madbricks

Public Methods

Method Description
GetPathPositions ( ) : UnityEngine.Vector3[]
GoToSecondaryPositionToGo ( ) : void

Protected Methods

Method Description
GetReachedToPoint ( Path.Node, node ) : void
Move ( ) : void
Update ( ) : void

Private Methods

Method Description
ChoseNodeToGo ( ) : void
TryFindOtherPoint ( ) : void

Method Details

GetPathPositions() public method

public GetPathPositions ( ) : UnityEngine.Vector3[]
return UnityEngine.Vector3[]

GetReachedToPoint() protected method

protected GetReachedToPoint ( Path.Node, node ) : void
node Path.Node,
return void

GoToSecondaryPositionToGo() public method

public GoToSecondaryPositionToGo ( ) : void
return void

Move() protected method

protected Move ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void