Esempio n. 1
0
        public void VamTimelineConnectController(Dictionary <string, object> dict)
        {
            var proxy = SyncProxy.Wrap(dict);

            // TODO: This or just use the storables dict already on storable??
            proxy.animation        = animationLegacyJSON;
            proxy.isPlaying        = isPlayingJSON;
            proxy.nextFrame        = nextFrameJSON;
            proxy.play             = playJSON;
            proxy.playIfNotPlaying = playIfNotPlayingJSON;
            proxy.previousFrame    = previousFrameJSON;
            proxy.stop             = stopJSON;
            proxy.stopAndReset     = stopAndResetJSON;
            proxy.time             = timeJSON;
            proxy.connected        = true;
        }