Example #1
0
 /**
  * Constructor
  */
 public DescriptorData()
 {
     contents                  = new List <ChapterSummary>();
     cursors                   = new List <CustomCursor>();
     buttons                   = new List <CustomButton>();
     arrows                    = new List <CustomArrow>();
     title                     = null;
     description               = null;
     guiType                   = -1;
     defaultClickAction        = DefaultClickAction.SHOW_DETAILS;
     perspective               = Perspective.REGULAR;
     dragBehaviour             = DragBehaviour.CONSIDER_NON_TARGETS;
     playerMode                = MODE_PLAYER_1STPERSON;
     graphicConfig             = GRAPHICS_WINDOWED;
     projectName               = ENGINE_EXECUTION;
     versionNumber             = "0";
     keyboardNavigationEnabled = false;
 }
Example #2
0
 public void setDeafultClickAction(DefaultClickAction clickAction)
 {
     this.defaultClickAction = clickAction;
 }
 public void setDeafultClickAction(DefaultClickAction clickAction)
 {
     this.defaultClickAction = clickAction;
 }
 /**
  * Constructor
  */
 public DescriptorData()
 {
     contents = new List<ChapterSummary>();
     cursors = new List<CustomCursor>();
     buttons = new List<CustomButton>();
     arrows = new List<CustomArrow>();
     title = null;
     description = null;
     guiType = -1;
     defaultClickAction = DefaultClickAction.SHOW_DETAILS;
     perspective = Perspective.REGULAR;
     dragBehaviour = DragBehaviour.CONSIDER_NON_TARGETS;
     playerMode = MODE_PLAYER_1STPERSON;
     graphicConfig = GRAPHICS_WINDOWED;
     projectName = ENGINE_EXECUTION;
     versionNumber = "0";
     keyboardNavigationEnabled = false;
 }