This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as React from 'react'; | |
| import { expect } from 'chai'; | |
| import { createClientRender, fireEvent, screen, act } from 'test/utils'; | |
| import { spy } from 'sinon'; | |
| import Autocomplete from './Autocomplete'; | |
| import TextField from '../TextField'; | |
| describe('<Autocomplete /> - Bug fix for onHighlightChange with input changes', () => { | |
| const render = createClientRender(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Shader "BendMesh" | |
| { | |
| Properties | |
| { | |
| _Texture("Texture", 2D) = "white" {} | |
| _Color("Color", Color) = (0,0,0,0) | |
| _Amplitude("Amplitude", Float) = 0 | |
| _Frequency("Frequency", Float) = 0 | |
| _OffsetSin("OffsetSin", Float) = 0 | |