protected

This commit is contained in:
ousttrue
2023-06-05 19:55:41 +09:00
parent 70dbeb1291
commit d9ff4c11cb

View File

@@ -335,7 +335,7 @@ namespace UniGLTF
#region Imported
protected GameObject Root;
public List<Transform> Nodes = new List<Transform>();
public bool TryGetNode(int index, out Transform node)
protected bool TryGetNode(int index, out Transform node)
{
if (index < 0 || index >= Nodes.Count)
{