Interface IUniformNArray

interface IUniformNArray {
    value: number[];
}

Properties

Properties

value: number[]