예제 #1
0
 void Awake()
 {
     instance    = this;
     orbitFactor = 1 - dampenOrbit;
     T           = transform;
 }
예제 #2
0
 void Awake()
 {
     instance = this;
     orbitFactor = 1 - dampenOrbit;
     T = transform;
 }