C# Class Fish, buildingworlds_spring2013

Inheritance: MonoBehaviour
Afficher le fichier Open project: radiatoryang/buildingworlds_spring2013 Class Usage Examples

Méthodes publiques

Свойство Type Description
speed float
stoppingDistance float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
SetNewDestination ( ) : void
SetNewDestination ( Vector3 newDestination ) : void
SetNewDestination ( float range ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SetNewDestination() public méthode

public SetNewDestination ( ) : void
Résultat void

SetNewDestination() public méthode

public SetNewDestination ( Vector3 newDestination ) : void
newDestination Vector3
Résultat void

SetNewDestination() public méthode

public SetNewDestination ( float range ) : void
range float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

speed public_oe property

public float speed
Résultat float

stoppingDistance public_oe property

public float stoppingDistance
Résultat float