如何在屏幕上滑动时旋转对象而不是降低速度

时间:2018-03-15 05:38:09

标签: javascript c# unity3d unityscript

当我在屏幕上滑动时,我使用<com.google.android.gms.ads.formats.NativeAppInstallAdView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/adView" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:id="@+id/linearAdView" android:layout_width="match_parent" android:focusable="true" android:layout_height="wrap_content" android:orientation="vertical"> <TextView android:id="@+id/tvHeader" android:layout_width="match_parent" android:layout_height="wrap_content" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="2dp" android:orientation="horizontal"> <ImageView android:id="@+id/ivLogo" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="5dp" android:orientation="vertical"> <TextView android:id="@+id/tvDescription" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="1dp"> <TextView android:id="@+id/tvStore" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" /> <TextView android:id="@+id/tvPrice" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" /> </RelativeLayout> </LinearLayout> </LinearLayout> <ImageView android:id="@+id/ivImage" android:layout_width="match_parent" android:layout_height="200dp" android:layout_marginTop="2dp" android:background="#00FFFFFF" android:scaleType="center" /> <Button android:id="@+id/btnAction" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="2dp" android:paddingLeft="10dp" android:paddingRight="10dp" /> </LinearLayout> </com.google.android.gms.ads.formats.NativeAppInstallAdView> 级别屏幕,而我的3D模型向左或向右旋转,当我滑动结束时滑动速度增加对象旋转速度增加然后自动降低旋转速度对象速度增加不减少,我的对象旋转继续。 如何使用Unity C#代码维护:

3D

0 个答案:

没有答案