mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-21 09:40:57 -05:00
fix GltfParser.TargetPath
This commit is contained in:
parent
b40c65d98b
commit
276d132573
|
|
@ -77,7 +77,15 @@ namespace UniGLTF
|
|||
Parse(path, File.ReadAllBytes(path));
|
||||
}
|
||||
|
||||
public string TargetPath;
|
||||
string m_targetPath;
|
||||
public string TargetPath
|
||||
{
|
||||
get => m_targetPath;
|
||||
set
|
||||
{
|
||||
m_targetPath = Path.GetFullPath(value);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Parse gltf json or Parse json chunk of glb
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user