namespace

This commit is contained in:
ousttrue
2021-08-18 17:56:04 +09:00
parent 45ac246b05
commit 2cd4331c99
20 changed files with 269 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace VRM.Samples
namespace VRM.SimpleViewer
{
public class AIUEO : MonoBehaviour
{

View File

@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
#endif
namespace VRM.Samples
namespace VRM.SimpleViewer
{
public static class FileDialogForWindows
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
using UnityEngine;
namespace VRM.Samples
namespace VRM.SimpleViewer
{
public class RokuroCamera : MonoBehaviour
{

View File

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: d97e18dfaff15ed45908b0fca0f661ee
folderAsset: yes
timeCreated: 1524032882
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using UnityEngine;
namespace VRM.Samples
namespace VRM.SimpleViewer
{
public class TargetMover : MonoBehaviour
{

View File

@@ -9,7 +9,7 @@ using UnityEngine.UI;
using VRMShaders;
namespace VRM.Samples
namespace VRM.SimpleViewer
{