C# Class BoatBehavior

Inheritance: MonoBehaviour
Show file 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 property

public float beachMaxSpeed
return float

beachNodesParent public property

public GameObject beachNodesParent
return GameObject

maxNodesUntilBeach public property

public int maxNodesUntilBeach
return int

maxSpeed public property

public float maxSpeed
return float

nodeRadius public property

public float nodeRadius
return float

noseForce public property

public float noseForce
return float

power public property

public float power
return float

turnRate public property

public float turnRate
return float

wanderNodesParent public property

public GameObject wanderNodesParent
return GameObject