mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
rename
This commit is contained in:
parent
f71ef01fdf
commit
955d458bd4
|
|
@ -42,8 +42,12 @@ namespace UniGLTF
|
|||
[JsonSchema(Required = true)]
|
||||
public glTF_KHR_texture_transform KHR_texture_transform;
|
||||
|
||||
/// <summary>
|
||||
/// リフレクションでシリアライズする時は使われない
|
||||
/// </summary>
|
||||
/// <param name="f"></param>
|
||||
[JsonSerializeMembers]
|
||||
void SerializeMembers_unlit(GLTFJsonFormatter f)
|
||||
void SerializeMembers_textureInfo(GLTFJsonFormatter f)
|
||||
{
|
||||
if (KHR_texture_transform != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user