Ejemplo n.º 1
0
        private void OnAnimationKeyUpdated(AnimationKeyValueChanged e)
        {
            if (!_entityId.HasValue)
            {
                return;
            }

            if (IsKeyOfCurrentFrame(e.KeyId) || _entityId == e.KeyId)
            {
                RefreshAllTop();
            }
        }
Ejemplo n.º 2
0
 private void OnKeyValueChanged(AnimationKeyValueChanged msg)
 {
     CurrentDocument.ApplyCurrentAnimationFrameToScene(_currentAnimationId);
 }
Ejemplo n.º 3
0
 private void OnAnimationKeyValueChanged(AnimationKeyValueChanged msg)
 {
     OnAnimationKeyChanged(msg.KeyId);
 }