C# Class BoatMovement, Shipmates-LD29

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public GameObject boatFishingLower
return GameObject

boatFishingUpper public_oe property

public GameObject boatFishingUpper
return GameObject

boatPirateLower public_oe property

public GameObject boatPirateLower
return GameObject

boatPirateUpper public_oe property

public GameObject boatPirateUpper
return GameObject

bobHeight public_oe property

public float bobHeight
return float

bobSpeed public_oe property

public float bobSpeed
return float

maxRotate public_oe property

public float maxRotate
return float