C# Class Elevator_WaitPlatform, EdgeOfInfinity

Inheritance: WaitPlatform
Show file Open project: BenBohannon/EdgeOfInfinity

Public Properties

Property Type Description
activateKey string
movementSpeed int
movementTimeMax int
state ElevatorState

Public Methods

Method Description
FixedUpdate ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

activateKey public property

public string activateKey
return string

movementSpeed public property

public int movementSpeed
return int

movementTimeMax public property

public int movementTimeMax
return int

state public property

public ElevatorState state
return ElevatorState