C# Class BoatMovement, Shipmates-LD29

Inheritance: MonoBehaviour
Show file Open project: shaunlebron/Shipmates-LD29 Class Usage Examples

Public Properties

Property Type Description
boatFishingLower GameObject
boatFishingUpper GameObject
boatPirateLower GameObject
boatPirateUpper GameObject
bobHeight float
bobSpeed float
maxRotate float

Public Methods

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

Private Methods

Method Description
coBoatBob ( ) : IEnumerator

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

boatFishingLower public property

public GameObject boatFishingLower
return GameObject

boatFishingUpper public property

public GameObject boatFishingUpper
return GameObject

boatPirateLower public property

public GameObject boatPirateLower
return GameObject

boatPirateUpper public property

public GameObject boatPirateUpper
return GameObject

bobHeight public property

public float bobHeight
return float

bobSpeed public property

public float bobSpeed
return float

maxRotate public property

public float maxRotate
return float