新谱
This commit is contained in:
@@ -469,6 +469,7 @@ namespace Dreamteck.Splines
|
||||
|
||||
protected virtual void BuildMesh()
|
||||
{
|
||||
Debug.Log("Building Mesh " + gameObject.name);
|
||||
//Logic for mesh generation, automatically called in the Build method
|
||||
}
|
||||
|
||||
|
||||
@@ -1251,7 +1251,7 @@ namespace Dreamteck.Splines
|
||||
RunUpdate(true);
|
||||
}
|
||||
|
||||
private void RebuildUsers(bool immediate = false)
|
||||
public void RebuildUsers(bool immediate = false)
|
||||
{
|
||||
for (int i = _subscribers.Length - 1; i >= 0; i--)
|
||||
{
|
||||
@@ -2055,7 +2055,7 @@ namespace Dreamteck.Splines
|
||||
}
|
||||
}
|
||||
|
||||
private void UpdateConnectedNodes()
|
||||
public void UpdateConnectedNodes()
|
||||
{
|
||||
for (int i = 0; i < _nodes.Length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user