Interface IUniform<TValue>

interface IUniform<TValue> {
    value: TValue;
}

Type Parameters

  • TValue = any

Properties

Properties

value: TValue