You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/12/02 11:39:16 UTC

[royale-asjs] branch develop updated: Update IEffectInstance.as

This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new bb413da  Update IEffectInstance.as
bb413da is described below

commit bb413daf1bad96f2346a6b7d5cb86e342370b718
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Wed Dec 2 16:39:06 2020 +0500

    Update IEffectInstance.as
---
 .../src/main/royale/mx/effects/IEffectInstance.as  | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/IEffectInstance.as b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/IEffectInstance.as
index 4611b64..572d10a 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/IEffectInstance.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/IEffectInstance.as
@@ -24,7 +24,7 @@ package mx.effects
  */
  import org.apache.royale.events.Event;
 
-//import mx.effects.effectClasses.PropertyChanges;
+ import mx.effects.effectClasses.PropertyChanges;
 
 /**
  *  The IEffectInstance interface represents an instance of an effect
@@ -221,13 +221,13 @@ public interface IEffectInstance
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.3
      */
-    /* function get propertyChanges():PropertyChanges;
-     */
+     function get propertyChanges():PropertyChanges;
+     
     /**
      *  @private
      */
-   /*  function set propertyChanges(value:PropertyChanges):void;
-     */
+     function set propertyChanges(value:PropertyChanges):void;
+     
     //----------------------------------
     //  repeatCount
     //----------------------------------
@@ -293,13 +293,13 @@ public interface IEffectInstance
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.3
      */
-    /* function get startDelay():int;
-     */
+     function get startDelay():int;
+     
     /**
      *  @private
      */
-    /* function set startDelay(value:int):void;
-     */
+     function set startDelay(value:int):void;
+     
     //----------------------------------
     //  suspendBackgroundProcessing
     //----------------------------------
@@ -393,8 +393,8 @@ public interface IEffectInstance
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.3
      */
-    /* function initEffect(event:Event):void;
- */
+      function initEffect(event:Event):void;
+ 
     /**
      *  Plays the effect instance on the target after the
      *  <code>startDelay</code> period has elapsed.