Interface IUniformN

interface IUniformN {
    value: number;
}

Properties

Properties

value: number