alttester / alttester/AltTester-Unity-SDK

Inconsistent parameter order for SetComponentProperty functions across languages

オープン
#1,853 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
2.2.6
主要言語
C#
スター
121
フォーク
24
PR マージ指標
30日以内にマージされた PR はありません

説明

### 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`.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。