mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
UI material + environment change
Made-with: Cursor
This commit is contained in:
@@ -183,6 +183,12 @@ public class TopologyBuilder : MonoBehaviour
|
||||
}
|
||||
servo.InitialSetAngle(module.Degree);
|
||||
}
|
||||
else if (parsedType == ModuleType.GRIPPER)
|
||||
{
|
||||
var gripper = instance.GetComponent<GripperModule>();
|
||||
if (gripper != null)
|
||||
gripper.InitialSetAngle(module.Degree);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user