ya sure, it is
it is a method in this class
TMPro.TMP_Dropdown
get_alphaFadeSpeed
```
// TMPro.TMP_Dropdown
// Token: 0x0600018F RID: 399 RVA: 0x000028B0 File Offset: 0x00000AB0
[Token(Token = "0x600018F")]
[Address(RVA = "0x2C24310", Offset = "0x2C24310", VA = "0x2C24310")]
public float get_alphaFadeSpeed()
{
return 0f;
}
```
have fun replicatinng it, use a seekbar , simple as that
also this one does the same
```
// UnityEngine.AI.NavMeshAgent
// Token: 0x06000067 RID: 103
[Token(Token = "0x6000067")]
[Address(RVA = "0x3287D88", Offset = "0x3287D88", VA = "0x3287D88")]
[MethodImpl(4096)]
public extern float get_speed();
```