示例#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>();
 }