C# Class BoatMover

Inheritance: MonoBehaviour
Mostrar archivo Open project: SNUGDC/stardust Class Usage Examples

Public Properties

Property Type Description
BoatFront GameObject
LeftCollider UnityEngine.Collider2D
Player GameObject
RightCollider UnityEngine.Collider2D
Torch GameObject

Public Methods

Method Description
FixedUpdate ( ) : void

Private Methods

Method Description
goLeft ( ) : IEnumerator
goRight ( ) : IEnumerator

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

BoatFront public_oe property

public GameObject BoatFront
return GameObject

LeftCollider public_oe property

public Collider2D,UnityEngine LeftCollider
return UnityEngine.Collider2D

Player public_oe property

public GameObject Player
return GameObject

RightCollider public_oe property

public Collider2D,UnityEngine RightCollider
return UnityEngine.Collider2D

Torch public_oe property

public GameObject Torch
return GameObject