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

Public Attributes

int m_iColor = 0xff000000
 
ref array< floatm_Vertices
 2D vertices such as [x0, y0, x1, y1, ... xn, yn]
 
float m_fWidth
 
float m_fOutlineWidth
 
int m_iOutlineColor
 
ref SharedItemRef m_pTexture
 If null only filled line is drawn.
 
vector m_UVScale
 Only in XY, Z is ignored.
 
bool m_bShouldEnclose
 

Additional Inherited Members

- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Member Data Documentation

◆ m_bShouldEnclose

bool LineDrawCommand.m_bShouldEnclose

◆ m_fOutlineWidth

float LineDrawCommand.m_fOutlineWidth

◆ m_fWidth

float LineDrawCommand.m_fWidth

◆ m_iColor

int LineDrawCommand.m_iColor = 0xff000000

◆ m_iOutlineColor

int LineDrawCommand.m_iOutlineColor

◆ m_pTexture

ref SharedItemRef LineDrawCommand.m_pTexture

If null only filled line is drawn.

◆ m_UVScale

vector LineDrawCommand.m_UVScale

Only in XY, Z is ignored.

◆ m_Vertices

ref array<float> LineDrawCommand.m_Vertices

2D vertices such as [x0, y0, x1, y1, ... xn, yn]


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