Exemplo n.º 1
0
        /// <summary>
        /// 没有执行交互时释放
        /// </summary>
        public void OnNotRelease()
        {
            if (Interaction == null)
            {
                return;
            }

            Interaction.OnDistanceNotInteractionRelease();
        }
Exemplo n.º 2
0
        /// <summary>
        /// 没有执行交互时释放
        /// </summary>
        public void OnNotRelease()
        {
            if (Interaction == null)
            {
                return;
            }

            Interaction.OnDistanceNotInteractionRelease();
            Interaction.OnDistanceRelease(null, InteractionReleaseStatus.None);
        }