Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
EntityEditorProps Interface Reference
Inheritance diagram for EntityEditorProps:
[legend]

Public Member Functions

void EntityEditorProps (string category="", string description="", string color="255 0 0 255", bool visible=true, bool insertable=true, bool configRoot=false, string icon="", string style="box", vector sizeMin="-0.25 -0.25 -0.25", vector sizeMax="0.25 0.25 0.25", string color2="0 0 0 0", bool dynamicBox=false)
 
- Public Member Functions inherited from CommonEditorProps
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

vector m_SizeMin
 Minimum dimensions of an entity visualizer shape.
 
vector m_SizeMax
 Maximum dimensions of an entity visualizer shape.
 
string m_Style
 Can be: "none", "box", "sphere", "cylinder", "capsule", "pyramid", "diamond".
 
string m_Color
 
string m_Color2
 
bool m_DynamicBox
 
- Public Attributes inherited from CommonEditorProps
string m_Category
 
string m_Description
 
string m_Icon
 
bool m_Visible
 
bool m_Insertable
 
bool m_ConfigRoot
 

Constructor & Destructor Documentation

◆ EntityEditorProps()

void EntityEditorProps.EntityEditorProps ( string  category = "",
string  description = "",
string  color = "255 0 0 255",
bool  visible = true,
bool  insertable = true,
bool  configRoot = false,
string  icon = "",
string  style = "box",
vector  sizeMin = "-0.25 -0.25 -0.25",
vector  sizeMax = "0.25 0.25 0.25",
string  color2 = "0 0 0 0",
bool  dynamicBox = false 
)

Member Data Documentation

◆ m_Color

string EntityEditorProps.m_Color

◆ m_Color2

string EntityEditorProps.m_Color2

◆ m_DynamicBox

bool EntityEditorProps.m_DynamicBox

◆ m_SizeMax

vector EntityEditorProps.m_SizeMax

Maximum dimensions of an entity visualizer shape.

◆ m_SizeMin

vector EntityEditorProps.m_SizeMin

Minimum dimensions of an entity visualizer shape.

◆ m_Style

string EntityEditorProps.m_Style

Can be: "none", "box", "sphere", "cylinder", "capsule", "pyramid", "diamond".

Anything else is custom. Empty is none.


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