|
|
@@ -189,7 +189,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "glTFChildOfRootProperty";
|
|
|
+ public new const string SCHEMANAME = "glTFChildOfRootProperty";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -247,7 +247,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "indices";
|
|
|
+ public new const string SCHEMANAME = "indices";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -319,7 +319,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "values";
|
|
|
+ public new const string SCHEMANAME = "values";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -385,7 +385,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "sparse";
|
|
|
+ public new const string SCHEMANAME = "sparse";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -456,7 +456,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "accessor";
|
|
|
+ public new const string SCHEMANAME = "accessor";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -570,7 +570,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "target";
|
|
|
+ public new const string SCHEMANAME = "target";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -634,7 +634,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "channel";
|
|
|
+ public new const string SCHEMANAME = "channel";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -698,7 +698,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "sampler";
|
|
|
+ public new const string SCHEMANAME = "sampler";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -769,7 +769,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "animation";
|
|
|
+ public new const string SCHEMANAME = "animation";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -835,7 +835,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "asset";
|
|
|
+ public new const string SCHEMANAME = "asset";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -911,7 +911,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "buffer";
|
|
|
+ public new const string SCHEMANAME = "buffer";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -976,7 +976,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "bufferView";
|
|
|
+ public new const string SCHEMANAME = "bufferView";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1063,7 +1063,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "orthographic";
|
|
|
+ public new const string SCHEMANAME = "orthographic";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1141,7 +1141,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "perspective";
|
|
|
+ public new const string SCHEMANAME = "perspective";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1222,7 +1222,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "camera";
|
|
|
+ public new const string SCHEMANAME = "camera";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1292,7 +1292,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "textureInfo";
|
|
|
+ public new const string SCHEMANAME = "textureInfo";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1358,7 +1358,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "pbrMetallicRoughness";
|
|
|
+ public new const string SCHEMANAME = "pbrMetallicRoughness";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1444,7 +1444,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "normalTextureInfo";
|
|
|
+ public new const string SCHEMANAME = "normalTextureInfo";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1500,7 +1500,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "occlusionTextureInfo";
|
|
|
+ public new const string SCHEMANAME = "occlusionTextureInfo";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1561,7 +1561,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "material";
|
|
|
+ public new const string SCHEMANAME = "material";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1666,7 +1666,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "primitive";
|
|
|
+ public new const string SCHEMANAME = "primitive";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1751,7 +1751,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "mesh";
|
|
|
+ public new const string SCHEMANAME = "mesh";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1819,7 +1819,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "node";
|
|
|
+ public new const string SCHEMANAME = "node";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -1931,7 +1931,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "sampler";
|
|
|
+ public new const string SCHEMANAME = "sampler";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -2009,7 +2009,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "scene";
|
|
|
+ public new const string SCHEMANAME = "scene";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -2068,7 +2068,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "skin";
|
|
|
+ public new const string SCHEMANAME = "skin";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -2139,7 +2139,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "texture";
|
|
|
+ public new const string SCHEMANAME = "texture";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -2203,7 +2203,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "glTF";
|
|
|
+ public new const string SCHEMANAME = "glTF";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|
|
|
@@ -2372,7 +2372,7 @@ namespace SharpGLTF.Schema2
|
|
|
|
|
|
#region reflection
|
|
|
|
|
|
- public const string SCHEMANAME = "image";
|
|
|
+ public new const string SCHEMANAME = "image";
|
|
|
protected override string GetSchemaName() => SCHEMANAME;
|
|
|
|
|
|
protected override IEnumerable<string> ReflectFieldsNames()
|