AGV 저장 기능 추가
This commit is contained in:
@@ -61,6 +61,9 @@ namespace Studio.Dynamic.TwinObject
|
||||
renderObject = GetComponent<CustomAssetRenderObject>();
|
||||
if (!string.IsNullOrEmpty(renderObject.code))
|
||||
{
|
||||
moveSpeed = AGVManager.instance.AGVMoveSpeed;
|
||||
rotSpeed = AGVManager.instance.AGVRotateSpeed;
|
||||
|
||||
Init(renderObject.componetKey, transform.position);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user