Files

23 lines
605 B
Plaintext

URL: https://wiki.studiominus.nl/internalReference/MapLiftBehaviour.html
Title: People Playground Modding - MapLiftBehaviour
==================================================
public class MapLiftBehaviour
Inherits MonoBehaviour
Controls the lift on the map (Substructure)
Fields
public List<float> Floors
The joint translations of each floor
public int TargetFloorIndex
The index of the Floors list to move towards
public float MotorSpeedMultiplier
The maximum movement speed of the lift
Methods
public void SetFloor(int i)
No description provided
public void EmergencyStop()
No description provided