Interface IUniformV2

interface IUniformV2 {
    value: Vector2;
}

Properties

Properties

value: Vector2