C# Class swimInCircle

Inheritance: MonoBehaviour
Exibir arquivo Open project: adamhleslie/MorningRitual-GlobalGameJam2016

Public Properties

Property Type Description
centerX float
centerZ float
depth float
width float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

centerX public_oe property

public float centerX
return float

centerZ public_oe property

public float centerZ
return float

depth public_oe property

public float depth
return float

width public_oe property

public float width
return float