Class MolangVariableMapBeta

Contains a set of additional variable values for further defining how rendering and animations function.

Hierarchy

  • MolangVariableMap

Constructors

Methods

  • Parameters

    • variableName: string
    • color: Color

    Returns MolangVariableMap

    Remarks

    Sets a Molang rendering/animation variable with the value of a Red/Green/Blue color.

  • Parameters

    • variableName: string
    • color: Color

    Returns MolangVariableMap

    Remarks

    Sets a Molang rendering/animation variable with the value of a Red/Green/Blue color + Alpha (transparency) value.

  • Parameters

    • variableName: string
    • speed: number
    • direction: Vector

    Returns MolangVariableMap

    Remarks

    Sets the speed and direction for a Molang (rendering and animation) variable.

  • Parameters

    • variableName: string
    • vector: Vector

    Returns MolangVariableMap

    Remarks

    Sets a vector value for a Molang (rendering and animation) variable.