s2maps-gpu - v0.18.0
    Preparing search index...

    Interface Range<T>

    Range

    Set the range stops and the input values to apply at those stops.

    • stop: A stop point in the range.
    • input: [See Property] A value to apply at the stop. The input value must be a NotNullOrObject

    ex.

    "ranges": [
    { "stop": 0, "input": 0 },
    { "stop": 5, "input": 0.5 },
    { "stop": 8, "input": 1 }
    ]

    Type Parameters