mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-19 01:07:32 -05:00
add SerializerTypes.cs
This commit is contained in:
parent
fcf63b6970
commit
583f5c273a
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:
|
||||
Loading…
Reference in New Issue
Block a user