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

Inheritance: MonoBehaviour
Show file Open project: tomitrescak/Unity-2D-Platformer-Tutorial

Public Properties

Property Type Description
span float
speed 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

span public property

public float span
return float

speed public property

public float speed
return float