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

Public Attributes

int m_iColor = 0xff000000
 
ref array< floatm_Vertices
 2D vertices such as [x0, y0, x1, y1, ... xn, yn]
 
float m_fUVScale
 
SharedItemRef m_pTexture
 If null, only filled polygon is drawn.
 

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_fUVScale

float PolygonDrawCommand.m_fUVScale

◆ m_iColor

int PolygonDrawCommand.m_iColor = 0xff000000

◆ m_pTexture

SharedItemRef PolygonDrawCommand.m_pTexture

If null, only filled polygon is drawn.

◆ m_Vertices

ref array<float> PolygonDrawCommand.m_Vertices

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


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