C# Class SineDiagonalMovement, SlashRunner

Allows the object to exhibit diagonally back-and-forth movement with a velocity described by a sine wave.
Inheritance: SineMovement
ファイルを表示 Open project: matthewAURA/SlashRunner

Public Properties

Property Type Description
magnitudeX float
magnitudeY float

Protected Methods

Method Description
ComputeMovement ( ) : void

Method Details

ComputeMovement() protected final method

protected final ComputeMovement ( ) : void
return void

Property Details

magnitudeX public_oe property

Range of horizontal motion
public float magnitudeX
return float

magnitudeY public_oe property

Range of horizontal motion
public float magnitudeY
return float