Construct 3 r273

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Thanks for the SDK additions! Can you provide a little more details on what SetIs3D(), SetSupportsZElevation(), SetSupportsColor() enable? I understand to use iPluginInfo to enable them in plugin.js. However, I don't see common color ACEs or property added. I know of the existing color SDK methods and I see the new Z elevation methods, but what new do these new methods enable? I know I need to wait until stable docs...

      • [-] [+]
      • 1
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 1 points
      • (0 children)

      The "is 3D" flag will switch a project with rendering mode "auto" over to "3D" automatically. The others are also just flags to indicate if the plugin supports those features. Common Z elevation ACEs are added with Z order ACEs if Z elevation is supported, and color ACEs are added with appearance ACEs if color is supported.