mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-23 19:15:07 -05:00
add SerializerTypes.cs
This commit is contained in:
9
Assets/VRM/UniGLTF/Scripts/Format/SerializerTypes.cs
Normal file
9
Assets/VRM/UniGLTF/Scripts/Format/SerializerTypes.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace UniGLTF
|
||||
{
|
||||
public enum SerializerTypes
|
||||
{
|
||||
JsonSerializable, // manual
|
||||
UniJSON, // reflection
|
||||
Generated, // generated, experimental for mobile
|
||||
}
|
||||
}
|
||||
11
Assets/VRM/UniGLTF/Scripts/Format/SerializerTypes.cs.meta
Normal file
11
Assets/VRM/UniGLTF/Scripts/Format/SerializerTypes.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2b17414c7f3ba564083dbcebda778633
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user