C# Class MapTraverser, TWI_Repo

Inheritance: MonoBehaviour
Datei anzeigen Open project: justcollins/TWI_Repo Class Usage Examples

Public Properties

Property Type Description
speed float
target Transform

Public Methods

Method Description
OnDrawGizmos ( ) : void
OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
Update ( ) : void

Private Methods

Method Description
FollowPath ( ) : IEnumerator

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnPathFound() public method

public OnPathFound ( Vector3 newPath, bool pathSuccess ) : void
newPath Vector3
pathSuccess bool
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public_oe property

public float speed
return float

target public_oe property

public Transform target
return Transform