void Direct() { Test = GetComponent <TestComponent>(); }
void Awake() { _transVar = transform; _testVar = GetComponent <TestComponent>(); }