Enfusion Script API
Loading...
Searching...
No Matches
CommonEditorProps Interface Reference
Inheritance diagram for CommonEditorProps:
BaseContainerProps ComponentEditorProps EntityEditorProps

Public Member Functions

void CommonEditorProps (string category="", string description="", string color="255 0 0 255", bool visible=true, bool insertable=true, bool configRoot=false, string icon="")
 

Public Attributes

string m_Category
 
string m_Description
 
string m_Icon
 
bool m_Visible
 
bool m_Insertable
 
bool m_ConfigRoot
 

Constructor & Destructor Documentation

◆ CommonEditorProps()

void CommonEditorProps.CommonEditorProps ( string category = "",
string description = "",
string color = "255 0 0 255",
bool visible = true,
bool insertable = true,
bool configRoot = false,
string icon = "" )

Member Data Documentation

◆ m_Category

string CommonEditorProps.m_Category

◆ m_ConfigRoot

bool CommonEditorProps.m_ConfigRoot

◆ m_Description

string CommonEditorProps.m_Description

◆ m_Icon

string CommonEditorProps.m_Icon

◆ m_Insertable

bool CommonEditorProps.m_Insertable

◆ m_Visible

bool CommonEditorProps.m_Visible

The documentation for this interface was generated from the following file: