This commit is contained in:
ousttrue
2021-05-18 17:04:16 +09:00
parent 9a2fb090d6
commit f1e0a2f3f9
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
using System;
namespace UniVRM10
{
public class ConstraintException : Exception
{
public enum ExceptionTypes
{
NoSource,
NoModelWithModelSpace
}
public readonly ExceptionTypes Type;
public ConstraintException(ExceptionTypes type)
{
Type = type;
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 13be84b73aeb40641978e083c750590d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: