private void OnEnable() { component = this.target as TrajectoryMaker; }
private void Awake() { instance = this; }