Viewer
    Preparing search index...

    Type Alias GumballTransformParameterValue

    type GumballTransformParameterValue = {
        names: string[];
        transformations: number[][];
    }
    Index

    Properties

    names: string[]
    transformations: number[][]