|
|
@@ -35,6 +35,11 @@ public class ScreenReflectPresets : MonoBehaviour
|
|
|
|
|
|
public List<ScreenReflectInfo> reflectPresets;
|
|
|
|
|
|
+ void Awake()
|
|
|
+ {
|
|
|
+ Application.targetFrameRate = 60; //Ëø¶¨×î´óÖ¡ÂÊΪ60Ö¡
|
|
|
+ }
|
|
|
+
|
|
|
public void ScreenReflect(HitFeedbackSystem hfs, int x)
|
|
|
{
|
|
|
for (int i = reflectPresets.Count - 1; i >= 0; i--)
|