Exemplo n.º 1
0
 // Update is called once per frame
 public void Update()
 {
     Instance = this;
 }
Exemplo n.º 2
0
 // Update is called once per frame
 public void Update()
 {
     Instance = this;
 }
Exemplo n.º 3
0
 public void Start()
 {
     Instance      = this;
     _lineRenderer = GetComponent <LineRenderer>();
 }
Exemplo n.º 4
0
 public void Start()
 {
     Instance = this;
     _lineRenderer = GetComponent<LineRenderer>();
 }