Interface IUniformV3

interface IUniformV3 {
    value: Vector3;
}

Properties

Properties

value: Vector3