C# Class BoatBehavior

Inheritance: MonoBehaviour
Datei anzeigen Open project: caffeinatedguy/Limbs Class Usage Examples

Public Properties

Property Type Description
beachMaxSpeed float
beachNodesParent GameObject
maxNodesUntilBeach int
maxSpeed float
nodeRadius float
noseForce float
power float
turnRate float
wanderNodesParent GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
GetRandomNode ( bool onBeach ) : Vector3
SetUpNodes ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

beachMaxSpeed public_oe property

public float beachMaxSpeed
return float

beachNodesParent public_oe property

public GameObject beachNodesParent
return GameObject

maxNodesUntilBeach public_oe property

public int maxNodesUntilBeach
return int

maxSpeed public_oe property

public float maxSpeed
return float

nodeRadius public_oe property

public float nodeRadius
return float

noseForce public_oe property

public float noseForce
return float

power public_oe property

public float power
return float

turnRate public_oe property

public float turnRate
return float

wanderNodesParent public_oe property

public GameObject wanderNodesParent
return GameObject