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