Node =>Is Shared
Check if node is shared or not.
public static bool Node_Is_Shared(Node node)
Example:
// Get the first node of the branch with key 0 var node = SPData.BranchesDict[0].Nodes[0]; Debug.Log(SplinePlusAPI.Node_Is_Shared( node););
Check if node is shared or not.
public static bool Node_Is_Shared(Node node)
Example:
// Get the first node of the branch with key 0 var node = SPData.BranchesDict[0].Nodes[0]; Debug.Log(SplinePlusAPI.Node_Is_Shared( node););