Elevate Engine 1
Loading...
Searching...
No Matches
Elevate::Editor Namespace Reference

Namespaces

namespace  Icons
 

Classes

class  AssetBrowserPanel
 
struct  BrowserPath
 
class  EditorWidget
 
struct  FileItem
 
struct  FileMetadata
 
class  SkyboxEditorWidget
 
class  StatisticsPanel
 

Enumerations

enum  FileType { Directory = 0 , File = 1 , Internal = 2 , Image = 3 }
 

Functions

std::string GuizmoOperationToString (int tool)
 

Enumeration Type Documentation

◆ FileType

Enumerator
Directory 
File 
Internal 
Image 

Definition at line 12 of file AssetBrowserPanel.h.

Function Documentation

◆ GuizmoOperationToString()

std::string Elevate::Editor::GuizmoOperationToString ( int  tool)

Definition at line 6 of file GizmoUtility.h.

7 {
8 switch (tool)
9 {
10 case 7: return "Translate";
11 case 120: return "Rotate";
12 case 896: return "Scale";
13 case 14463: return "Universal";
14 default: return "Unknown";
15 }
16 }