当前位置:网站首页>Unity writes a character controller. The mouse controls the screen to shake and the mouse controls the shooting
Unity writes a character controller. The mouse controls the screen to shake and the mouse controls the shooting
2022-07-04 02:27:00 【LiPing122335】
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class two: MonoBehaviour {
public GameObject _prefabBullet;
private float _angleSpeed = 120f;
void Update()
{
float eularY = Input.GetAxis("Mouse X") * _angleSpeed * Time.deltaTime;
transform.Rotate(new Vector3(0, eularY, 0));
if (Input.GetMouseButtonDown(0))
{
Instantiate(_prefabBullet, transform.position, transform.rotation);
}
}
}
边栏推荐
- Jerry's watch information type table [chapter]
- Leetcode 110 balanced binary tree
- Network byte order
- Talking about custom conditions and handling errors in MySQL Foundation
- String: LV1 eat hot pot
- Advanced learning of MySQL -- Application -- index
- Learn these super practical Google browser skills, girls casually flirt
- Basic editing specifications and variables of shell script
- Career development direction
- Reading notes - learn to write: what is writing?
猜你喜欢

Libcblas appears when installing opencv import CV2 so. 3:cannot open shared object file:NO such file or directory
![Jerry's modification setting status [chapter]](/img/23/d6eb521943b35e543a9681a98ad3be.jpg)
Jerry's modification setting status [chapter]

Yyds dry goods inventory it's not easy to say I love you | use the minimum web API to upload files

Network byte order

Learn these super practical Google browser skills, girls casually flirt

ZABBIX API pulls the values of all hosts of a monitoring item and saves them in Excel

C # learning notes: structure of CS documents

Applet graduation design is based on wechat course appointment registration. Applet graduation design opening report function reference

Bugku Zhi, you have to stop him

Network communication basic kit -- IPv4 socket structure
随机推荐
Global and Chinese market of contour projectors 2022-2028: Research Report on technology, participants, trends, market size and share
Basic editing specifications and variables of shell script
Question C: Huffman tree
13. Time conversion function
Write the first CUDA program
Key knowledge of embedded driver
Will the memory of ParticleSystem be affected by maxparticles
The automatic control system of pump station has powerful functions and diverse application scenarios
Kiss number + close contact problem
ZABBIX API pulls the values of all hosts of a monitoring item and saves them in Excel
Servlet simple verification code generation
16. System and process information
The "two-way link" of pushing messages helps app quickly realize two-way communication capability
false sharing
Redis transaction
Global and Chinese markets of advanced X-ray inspection system (Axi) in PCB 2022-2028: Research Report on technology, participants, trends, market size and share
PMP daily three questions (February 14, 2022)
When the watch system of Jerry's is abnormal, it is used to restore the system [chapter]
Network communication basic kit -- IPv4 socket structure
Remote work guide