Skip to content
Snippets Groups Projects
Select Git revision
  • JS-based-scroll-rendering
  • master default
  • Paul_Marius_Level
  • Paul_Marius_2
  • Paul_Marius
  • Andi_Mark
  • be-UnityWebView
  • gitignoreFrameitServer
  • ZimmerBSc
  • Bugfix_StageLoading
  • stages
  • MAZIFAU_Experimental
  • tsc/coneworld
  • tsc/fact-interaction
  • marcel
  • MaZiFAU_TopSort
  • mergeHelper
  • zwischenSpeichern
  • tempAndrToMaster
  • SebBranch
  • 3.0
  • v2.1
  • v2.0
  • v1.0
24 results

WorldFactInteraction.cs.meta

Blame
    • Tobias Schöner's avatar
      7015f2d0
      feat: hovering over fact now shows representation · 7015f2d0
      Tobias Schöner authored
      WorldFactInteraction:
      Hovering over a worldspace fact in mathmode now shows the fact display. This display can be dragged into scrolls like facts from the fact display.
      
      Additional changes:
      - WorldFactInteraction added to Mathmode canvas, as it should only be active if the canvas is active
      - Sorting order of Math canvas increased to 10 (from 0), so that dragged facts will always be displayed on top
      - DisplayFacts Dictionary is now static and thus available from other classes that need the fact display (this is not ideal and should maybe be extracted)
      - DragHandling: dragged variable now public, as this is of interest to other classes
      7015f2d0
      History
      feat: hovering over fact now shows representation
      Tobias Schöner authored
      WorldFactInteraction:
      Hovering over a worldspace fact in mathmode now shows the fact display. This display can be dragged into scrolls like facts from the fact display.
      
      Additional changes:
      - WorldFactInteraction added to Mathmode canvas, as it should only be active if the canvas is active
      - Sorting order of Math canvas increased to 10 (from 0), so that dragged facts will always be displayed on top
      - DisplayFacts Dictionary is now static and thus available from other classes that need the fact display (this is not ideal and should maybe be extracted)
      - DragHandling: dragged variable now public, as this is of interest to other classes