C# Class Fish, buildingworlds_spring2013

Inheritance: MonoBehaviour
Show file Open project: radiatoryang/buildingworlds_spring2013 Class Usage Examples

Public Properties

Property Type Description
speed float
stoppingDistance float

Public Methods

Method Description
FixedUpdate ( ) : void
SetNewDestination ( ) : void
SetNewDestination ( Vector3 newDestination ) : void
SetNewDestination ( float range ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

SetNewDestination() public method

public SetNewDestination ( ) : void
return void

SetNewDestination() public method

public SetNewDestination ( Vector3 newDestination ) : void
newDestination Vector3
return void

SetNewDestination() public method

public SetNewDestination ( float range ) : void
range float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public property

public float speed
return float

stoppingDistance public property

public float stoppingDistance
return float