Esempio n. 1
0
 protected void OnEnable()
 {
     this.cameraOffAxisProjection = (CameraOffAxisProjection)this.target;
 }
 protected void Awake()
 {
     this.cameraOffAxisProjection = this.GetComponent <CameraOffAxisProjection>();
 }