C# Class movingplatform, clockwork

Inheritance: MonoBehaviour
Show file Open project: shadowseer99/clockwork Class Usage Examples

Public Properties

Property Type Description
invertD bool
range int
speed float
vertical bool

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

invertD public property

public bool invertD
return bool

range public property

public int range
return int

speed public property

public float speed
return float

vertical public property

public bool vertical
return bool