topical media & game development

talk show tell print

student-ar-org-papervision3d-core-log-event-PaperLoggerEvent.ax

student-ar-org-papervision3d-core-log-event-PaperLoggerEvent.ax [swf] [flash] flex


  package org.papervision3d.core.log.event
  {
          import flash.events.Event;
          
          import org.papervision3d.core.log.PaperLogVO;
          
          

author: Ralph Hauwert

  
          public class @ax-student-ar-org-papervision3d-core-log-event-PaperLoggerEvent extends Event
          {
                  public static const TYPE_LOGEVENT:String = "logEvent";
                  
                  public var paperLogVO:PaperLogVO;
                  
                  public function @ax-student-ar-org-papervision3d-core-log-event-PaperLoggerEvent(paperLogVO:PaperLogVO)
                  {
                          super(TYPE_LOGEVENT);
                          this.paperLogVO = paperLogVO;
                  }
                  
          }
  }


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.