public class ScenePlatformsWrapper : MonoBehaviourWrapper

Wrapper that allows you to interface with the platforms in the Nexus.


public void LowerAllPlatforms()

(Client) Forces all platforms to be lowered.


public void RaisePlatform(int platformID, float height = -1f, float time = 0.3f)

(Client) Raises the platform to a specified height.

Arguments


public void LowerPlatform(int platformID, float time = 0.3f)

(Client) Lower a specific platform.

Arguments


public void SetPlatformColor(int platformID, LuaColor platformColor, LuaColor lightColor, int presetColor)

(Client) Set the color of a specific platform.

Arguments


public void SetPlatformColorblindIndicatorText(int platformID, string text)

(Client) Set the text for a specific platform's colorblind indicator.

Arguments