In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article introduces how to achieve Unity object rotation along its own arbitrary axis, the content is very detailed, interested friends can refer to, hope to be helpful to you.
In this paper, an example is shared with Unity to realize the rotation of an object along any axis for your reference. The details are as follows.
First, create an object that needs to rotate
Second, write a script to control the object
Using UnityEngine;using System.Collections; public class Test_ElectricFan: MonoBehaviour {public bool isOpen=false; / / whether to start public int speed=2; / / rotation speed / / Use this for initialization void Start () {} / / Update is called once per frame void Update () {if (isOpen) {RotateAxisOfSelf (SelfAxis.Y,speed) Let the object rotate / its axis private void RotateAxisOfSelf (SelfAxis selfAxis,int speed=2) {switch (selfAxis) {case SelfAxis.X: this.transform.Rotate (new Vector3); break; case SelfAxis.Y: this.transform.Rotate (new Vector3); break Case SelfAxis.Z: this.transform.Rotate (new Vector3); break; default: this.transform.Rotate (new Vector3); break;} / / enumerated axis enum SelfAxis {X, Y, Z,}}
Third, add the script to control the object to the object that needs to rotate along its arbitrary axis, then run the program, then click IsOpen tick and the object starts to rotate
On how to achieve Unity object rotation along its own arbitrary axis to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.