Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CanvasWidget.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
24 proto external void SetDrawCommands(array<ref CanvasWidgetCommand> drawCommands);
26 static proto ref SharedItemRef LoadTexture(ResourceName resource);
28 proto ref ImageDrawCommand CreateCommandFromImageSet(ResourceName resource, string imageName, vector size);
30 proto void TessellateEllipse(vector center, vector radius, int segmentCount, out notnull array<float> vertices);
32 proto void TessellateCircle(vector center, float radius, int segmentCount, out notnull array<float> vertices);
34 proto void TessellateRoundedRectangle(vector mins, vector maxs, float cornerRadius, int cornerSegments, RectangleCorner roundedCorners, out notnull array<float> vertices);
35}
36
int size
RectangleCorner
BitFlag enum to represent each corner of a rectangle.