コード例 #1
0
ファイル: _CameraShake.cs プロジェクト: NoeCalmness/CoreFrame
        public static void BeginShakeGUILayout()
        {
            if (!instance)
            {
                return;
            }

            instance.DoBeginShakeGUILayout();
        }
コード例 #2
0
ファイル: _CameraShake.cs プロジェクト: mengtest/actdemo
 public static void BeginShakeGUILayout()
 {
     instance.DoBeginShakeGUILayout();
 }