示例#1
0
        private void Start()
        {
            calculator = new LookAroundCalculator();

            // テスト用
            HorizontalSensitivity = 5f;
            VerticalSensitivity   = 5f;
        }
示例#2
0
 private void FixedUpdate()
 {
     LookAroundCalculator.AntiTiltRotate(this.gameObject, horizontalRotation, 0f);
     LookAroundCalculator.AntiTiltRotate(face.gameObject, 0, verticalRotation);
 }