예제 #1
0
    public void Slide2( )
    {
        S2.GetComponentsInChildren <Text>( ).FirstOrDefault(i => i.name == "Value").text = ((int)S2.value).ToString( );

        HighwayCarController.SlowChance = (int)S2.value;
    }