C# Class PlatformMoveUpDown, Unity-2D-Platformer-Tutorial

Inheritance: MonoBehaviour
Mostrar archivo Open project: tomitrescak/Unity-2D-Platformer-Tutorial

Public Properties

Property Type Description
speed float
verticalSpan float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

speed public_oe property

public float speed
return float

verticalSpan public_oe property

public float verticalSpan
return float