예제 #1
0
 public virtual void Start()
 {
     gyroScript = (s3dGyroCam)gameObject.GetComponentInChildren(typeof(s3dGyroCam));
 }
예제 #2
0
 public virtual void Start()
 {
     this.gyroCam = (s3dGyroCam)this.gameObject.GetComponentInChildren(typeof(s3dGyroCam));
 }