alttester / alttester/AltTester-Unity-SDK

Inconsistent parameter order for SetComponentProperty functions across languages

Aperta
#1,853 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
2.2.6
Lingua principale
C#
Stelle
121
Fork
24
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.