📖
Wiki
  • 👋Welcome to 3D Engine
  • README
  • Overview
    • ⭐What's special?
    • 🏁Upcoming Features
    • 📈How to Setup
  • Guide
    • 💡Understanding this Project
  • Fundamentals
    • ⚙️Getting set up
      • 📝Setting permissions
      • 🧑Inviting Members
  • Editor
    • App
      • Main Window
    • MVC
      • Frames
        • Home
        • Wiki
        • Main
        • Settings
      • User Controls
        • Files
        • Hierarchy
        • Output
        • Properties
        • Viewport
    • Helper
      • Extension Methods
  • Engine
    • Program
      • AppWindow
      • Framework
        • Kernel32
        • User32
        • Win32Window
    • Core
      • Utilities
        • Input
        • Output
        • Profiler
        • Time
      • Scene System
        • ECS
          • Entity
          • Component
          • System
        • Entity Manager
        • Scene Manager
        • Scene
      • Resources
      • Rendering
        • Buffer
          • Camera Buffer
          • Material Buffer
          • Mesh Buffer
        • Data
          • Config
          • Constant Buffer
          • Mesh Info
          • Render Data
        • Gui
          • ImGui Input Handler
          • ImGui Renderer
          • ImGuizmo Renderer
          • ImNodes Renderer
          • ImPlot Renderer
        • Material
        • Renderer
      • Helper
        • Event List
        • Paths
        • Serialization
        • Extension Methods
      • Editor
        • Attributes
        • Editor State
      • Components
        • Camera
        • Mesh
        • Transform
        • Editor Components
          • Default Sky
          • Scene Boot
          • Viewport Controller
  • Use Cases
    • 🎨For Designers
    • 🖥️For Developers
  • Privacy Policy
Powered by GitBook
On this page
  1. Fundamentals
  2. Getting set up

Setting permissions

GitBook tip: your product docs aren't just a reference of all your features, use them to encourage folks to perform certain actions and discover the value in your product.

Permission levels

There are 4 types of permission levels in the product.

Role
Capabilities

Administrator

Has all admin privileges

Editor

Can edit posts

Viewer

Can only view posts

Guest

Can only view posts they are inivted to

PreviousGetting set upNextInviting Members

Last updated 1 year ago

⚙️
📝