C# Class SineMovement, SlashRunner

Inheritance: MonoBehaviour
Datei anzeigen Open project: matthewAURA/SlashRunner Class Usage Examples

Public Properties

Property Type Description
magnitude float

Protected Properties

Property Type Description
newPosition Vector3
origX float
origY float
timer float

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
UpdateMovement ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

UpdateMovement() protected final method

protected final UpdateMovement ( ) : void
return void

Property Details

magnitude public_oe property

Range of sine motion
public float magnitude
return float

newPosition protected_oe property

protected Vector3 newPosition
return Vector3

origX protected_oe property

protected float origX
return float

origY protected_oe property

protected float origY
return float

timer protected_oe property

protected float timer
return float