C# Class BoatBehavior

Inheritance: MonoBehaviour
Afficher le fichier Open project: caffeinatedguy/Limbs Class Usage Examples

Méthodes publiques

Свойство Type Description
beachMaxSpeed float
beachNodesParent GameObject
maxNodesUntilBeach int
maxSpeed float
nodeRadius float
noseForce float
power float
turnRate float
wanderNodesParent GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetRandomNode ( bool onBeach ) : Vector3
SetUpNodes ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

beachMaxSpeed public_oe property

public float beachMaxSpeed
Résultat float

beachNodesParent public_oe property

public GameObject beachNodesParent
Résultat GameObject

maxNodesUntilBeach public_oe property

public int maxNodesUntilBeach
Résultat int

maxSpeed public_oe property

public float maxSpeed
Résultat float

nodeRadius public_oe property

public float nodeRadius
Résultat float

noseForce public_oe property

public float noseForce
Résultat float

power public_oe property

public float power
Résultat float

turnRate public_oe property

public float turnRate
Résultat float

wanderNodesParent public_oe property

public GameObject wanderNodesParent
Résultat GameObject