alttester / alttester/AltTester-Unity-SDK

Inconsistent parameter order for SetComponentProperty functions across languages

Abierto
#1,853 0 comentarios 0 reacciones 0 asignados Ver en GitHub
2.2.6
Lenguaje dominante
C#
Estrellas
121
Forks
24
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.