alttester / alttester/AltTester-Unity-SDK
Inconsistent parameter order for SetComponentProperty functions across languages
Đang mở
2.2.6
- Ngôn ngữ chính
- C#
- Star
- 121
- Fork
- 24
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Summary
The `SetComponentProperty` function has inconsistent parameter ordering between .NET (C#) and the other supported languages.
- **In .NET (C#)**, the order is:
`string componentName, string propertyName, object value, string assemblyName`
- **In Java, Python, and Robot**, the order is:
`componentName, propertyName, assembly, value`
This means that in .NET, the `value` comes before the `assembly`, while in Java, Python, and Robot, the `assembly` comes before the `value`.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.