Пример #1
0
        //UI will set this to a function that takes 2 string properties (prop,val)
        //("title", "left", or "right" for the labels, "pos" for the slider pos)
        //Pass a 0-1 float to set the slider position (stringify it if you need to for strong typing)

        public void SetTimeScrubberPosition(double posLeft)
        {
            LayerManager.SetTimeSliderValue(posLeft);
        }