|
| int | m_iColor = 0xffffffff |
| |
| float | m_fRotation |
| |
| float | m_fUV [4] = {0, 0, 1, 1} |
| | TopLeft.U, TopLeft.V, BottomRight.U, BottomRight.V.
|
| |
| vector | m_Pivot |
| |
| ref SharedItemRef | m_pTexture |
| |
| vector | m_Position |
| | Only in XY, Z is ignored.
|
| |
| vector | m_Size |
| | Only in XY, Z is ignored.
|
| |
| WidgetFlags | m_iFlags = WidgetFlags.STRETCH |
| | 0, STRETCH, NOWRAP
|
| |
|
| proto external ref Managed | Clone () |
| | Return shallow copy of object, or null if it is not allowed (not public constructor)
|
| |
◆ m_fRotation
| float ImageDrawCommand.m_fRotation |
◆ m_fUV
| float ImageDrawCommand.m_fUV[4] = {0, 0, 1, 1} |
TopLeft.U, TopLeft.V, BottomRight.U, BottomRight.V.
◆ m_iColor
| int ImageDrawCommand.m_iColor = 0xffffffff |
◆ m_iFlags
◆ m_Pivot
| vector ImageDrawCommand.m_Pivot |
◆ m_Position
| vector ImageDrawCommand.m_Position |
Only in XY, Z is ignored.
◆ m_pTexture
◆ m_Size
| vector ImageDrawCommand.m_Size |
Only in XY, Z is ignored.
The documentation for this interface was generated from the following file: