New pages
From Crumbled World Wiki
- 14:21, 5 July 2025 ComUnit (hist | edit) [3,311 bytes] Anders (talk | contribs) (Created page with "{{:ComUnitExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPos(Vec3 position) | |- | |setScriptGroup(ScriptGroup group) | |- | |setName(string name) | |- | |setCanReceiveTargeted(bool canRecive) | |- | |ComUnit:setCanReceiveBroadcast(bool canRecive)|set...")
- 14:20, 5 July 2025 Billboard (hist | edit) [4,291 bytes] Anders (talk | contribs) (Created page with "{{:BillboardExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Billboard() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clear() |Clear billborad from all stored data. |- | |setInt(string name, bool value) | |- | |setInt(string name, int value) | |- | |Billboard:setFloat(string name...")
- 14:20, 5 July 2025 WorkMonitor (hist | edit) [162 bytes] Anders (talk | contribs) (Created page with "{{:WorkMonitorExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |WorkMonitor(PanelSize size) | |- |}")
- 14:20, 5 July 2025 PanelSizeType (hist | edit) [280 bytes] Anders (talk | contribs) (Created page with "{{:PanelSizeTypeExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |WindowPercent |0 | |- |ParentPercent |1 | |- |Pixel |2 | |- |WindowPercentBasedOnX |3 | |- |WindowPercentBasedOnY |4 | |- |ParentPercentBasedOnX |5 | |- |ParentPercentBasedOnY |6 | |- |}")
- 14:19, 5 July 2025 PanelSize (hist | edit) [1,584 bytes] Anders (talk | contribs) (Created page with "{{:PanelSizeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |PanelSize(Vec2 size) | |- |PanelSize(Vec2 size, PanelSizeType type) | |- |PanelSize(Vec2 size, Vec2 scale) | |- |PanelSize(Vec2 size, Vec2 scale, PanelSizeType type) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |PanelSize |getMinSize() |Returns the minimum panel size. |- |PanelSize |...")
- 14:19, 5 July 2025 Panel (hist | edit) [6,979 bytes] Anders (talk | contribs) (Created page with "{{:PanelExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Panel(PanelSize size) | |- |Panel(Panel panel) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clear() |Clear panel from all children. |- | |clearEvents() |Clear panel from all events. |- |Panel |add(Panel panel) |Add child panel. |- | |Panel:addRenderObject(Scene2DNode...")
- 14:19, 5 July 2025 TextField (hist | edit) [2,185 bytes] Anders (talk | contribs) (Created page with "{{:TextFieldExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |TextField(PanelSize size) | |- |TextField(PanelSize size, string text) | |- |TextField(PanelSize size, Text text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Text |getText() |Get text. |- |int |getInt() |Get int. |- |float |TextField:getFloat()|ge...")
- 14:19, 5 July 2025 TextArea (hist | edit) [2,885 bytes] Anders (talk | contribs) (Created page with "{{:TextAreaExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |TextArea(PanelSize size) | |- |TextArea(PanelSize size, string fileName) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |{string()} |getOpenFiles() |Return a list of all current opend files. |- |string |getOpenedFile() |Get the current opened file. |-...")
- 14:19, 5 July 2025 Sprite (hist | edit) [1,535 bytes] Anders (talk | contribs) (Created page with "{{:SpriteExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Sprite(Vec3 color) | |- |Sprite(Vec4 color) | |- |Sprite(Texture texture) | |- |Sprite(Texture texture, Vec2 uvCoordMin, Vec2 uvCoordMax) | |- |Sprite(Sprite sprite) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPosition(Vec2 position)...")
- 14:18, 5 July 2025 Slider (hist | edit) [2,016 bytes] Anders (talk | contribs) (Created page with "{{:SliderExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Slider(PanelSize size) | |- |Slider(PanelSize size, float minValue, float maxValue) | |- |Slider(PanelSize size, float minValue, float maxValue, float startValue) | |- |Slider(PanelSize size, float minValue, float maxValue, float startValue, string text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |floa...")
- 14:18, 5 July 2025 ScrollBar (hist | edit) [456 bytes] Anders (talk | contribs) (Created page with "{{:ScrollBarExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |getScrollOffset() | |- |float |getMaxScrollOffset() | |- | |setScrollOffset(float offset) | |- | |setVisible(bool visible) | |- | |setColor(Vec4 color) | |- |}")
- 14:18, 5 July 2025 Scene2DNode (hist | edit) [968 bytes] Anders (talk | contribs) (Created page with "{{:Scene2DNodeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Scene2DNode() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addChild(Scene2DNode node) | |- |bool |getVisible() | |- |Vec2 |getGlobalPosition() | |- |Vec2 |getLocalPosition() | |- |Scene2DNode |...")
- 14:18, 5 July 2025 Render2DNode (hist | edit) [61 bytes] Anders (talk | contribs) (Created page with "{{:Render2DNodeExampleCode}} ==Inheritance== Scene2DNode")
- 14:18, 5 July 2025 ProgressBar (hist | edit) [2,719 bytes] Anders (talk | contribs) (Created page with "{{:ProgressBarExampleCode}} ==Inheritance== Button ==Constructor== {| class="wikitable" !|function !|description |- |ProgressBar(PanelSize size) | |- |ProgressBar(PanelSize size, Text text, float value) | |- |ProgressBar(ProgressBar progressBar) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |getValue() |Get from value. |- | |setValue(float value)...")
- 14:17, 5 July 2025 TextNode (hist | edit) [1,223 bytes] Anders (talk | contribs) (Created page with "{{:TextNodeExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |TextNode() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec2 |getTextSize() | |- | |setAnchor(Anchor anchor) | |- | |setAlignment(Alignment alignment) |Set text height in pixel. |- | |Te...")
- 14:17, 5 July 2025 Node2DMesh (hist | edit) [933 bytes] Anders (talk | contribs) (Created page with "{{:Node2DMeshExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Node2DMesh() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clearMesh() | |- | |compile() | |- |Vec4 |getVertexColor(int index) | |- |Vec3 |getVertexPosition(int ind...")
- 14:17, 5 July 2025 Layout (hist | edit) [287 bytes] Anders (talk | contribs) (Created page with "{{:LayoutExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPanelSpacing(PanelSize size) |Set panel spacing |- |PanelSize |getPanelSpacing() |Get panel spacing |- |}")
- 14:17, 5 July 2025 Label (hist | edit) [2,303 bytes] Anders (talk | contribs) (Created page with "{{:LabelExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Label(PanelSize size, string text) | |- |Label(PanelSize size, string text, Vec3 textColor) | |- |Label(PanelSize size, string text, Vec4 textColor) | |- |Label(PanelSize size, string text, Alignment align) | |- |Label(PanelSize size, string text, Vec3 textColor, Alignment align) | |- |Label(Pan...")
- 14:09, 5 July 2025 ImageLayout (hist | edit) [137 bytes] Anders (talk | contribs) (Created page with "{{:ImageLayoutExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |FILL |0 | |- |FIT |1 | |- |STRETCH |2 | |- |}")
- 14:08, 5 July 2025 Image (hist | edit) [1,344 bytes] Anders (talk | contribs) (Created page with "{{:ImageExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Image(PanelSize size, string fileName) | |- |Image(PanelSize size, Text fileName) | |- |Image(PanelSize size, Texture texture) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Texture |getTexture() |get texture. |- | |setTexture(Text ima...")
- 14:08, 5 July 2025 GL State (hist | edit) [1,487 bytes] Anders (talk | contribs) (Created page with "{{:GL_StateExampleCode}} ==Class name== {| class="wikitable" !|GL_State |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |ALPHA_TEST | |- |AUTO_NORMAL | |- |BLEND | |- |COLOR_LOGIC_OP | |- |COLOR_MATERIAL | |- |COLOR_SUM | |- |COLOR_TABLE | |- |CONVOLUTION_1D | |- |CONVOLUTION_2D | |- |CULL_FACE | |- |DEPTH_TEST | |- |DITHER | |- |FOG | |- |HISTOGRAM | |- |INDEX_LOGIC_OP | |- |LINE_SMOOTH | |- |LINE_STIPPLE | |- |MAP1_COLOR_4 | |- |MAP1_INDEX | |- |MAP1_NOR...")
- 14:08, 5 July 2025 GL BlendEquation (hist | edit) [235 bytes] Anders (talk | contribs) (Created page with "{{:GL_BlendEquationExampleCode}} ==Class name== {| class="wikitable" !|GL_BlendEquation |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |FUNC_ADD | |- |FUNC_SUBTRACT | |- |FUNC_REVERSE_SUBTRACT | |- |MIN | |- |MAX | |- |}")
- 14:07, 5 July 2025 GL Blend (hist | edit) [451 bytes] Anders (talk | contribs) (Created page with "{{:GL_BlendExampleCode}} ==Class name== {| class="wikitable" !|GL_Blend |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |ZERO | |- |ONE | |- |SRC_COLOR | |- |ONE_MINUS_SRC_COLOR | |- |DST_COLOR | |- |ONE_MINUS_DST_COLOR | |- |SRC_ALPHA | |- |ONE_MINUS_SRC_ALPHA | |- |DST_ALPHA | |- |ONE_MINUS_DST_ALPHA | |- |CONSTANT_COLOR | |- |ONE_MINUS_CONSTANT_COLOR | |- |CONSTANT_ALPHA | |- |ONE_MINUS_CONSTANT_ALPHA | |- |SRC_ALPHA_SATURATE | |}")
- 14:07, 5 July 2025 GL Clear (hist | edit) [182 bytes] Anders (talk | contribs) (Created page with "{{:GL_BlendExampleCode}} ==Class name== {| class="wikitable" !|GL_Clear |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |DEPTH_BUFFER_BIT | |- |COLOR_BUFFER_BIT | |- |}")
- 14:07, 5 July 2025 GL (hist | edit) [1,189 bytes] Anders (talk | contribs) (Created page with "{{:GLExampleCode}} ==Static functions== {| class="wikitable" !|return !|function !|description |- | |enable(GL_State state) | |- | |disable(GL_State state) | |- | |depthMask(bool enable) | |- | |blendFunc(GL_Blend sFactor, GL_Blend dfactor) | |- | |blendEquation(GL_Bl...")
- 14:07, 5 July 2025 RenderScene (hist | edit) [731 bytes] Anders (talk | contribs) (Created page with "{{:RenderSceneExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |beginRender3D() | |- | |endRenderToDefferdBuffer() | |- | |endRender3D() | |- | |beginRender2D() | |- | |endRender2D() | |- |bool |canRender3D() | |- |bool |RenderScene:isM...")
- 13:46, 5 July 2025 ListSplittedMesh (hist | edit) [365 bytes] Anders (talk | contribs) (Created page with "{{:ListSplittedMeshExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[ListSplittedMesh:size()|size]]() |Returns the list size. |- |SplittedMesh |item(int index) |Return a value. |- | |add(SplittedMesh mesh) |Add a SplittedMesh. |- |}")
- 13:46, 5 July 2025 VectorVec2 (hist | edit) [319 bytes] Anders (talk | contribs) (Created page with "{{:vectorVec2NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec2:size()|size]]() |Returns the list size. |- |Vec2 |item(int index) |Return a value. |- | |add(Vec2 vector) |Add a vector. |- |}")
- 13:45, 5 July 2025 VectorVec3 (hist | edit) [319 bytes] Anders (talk | contribs) (Created page with "{{:vectorVec3NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec3:size()|size]]() |Returns the list size. |- |Vec3 |item(int index) |Return a value. |- | |add(Vec3 vector) |Add a vector. |- |}")
- 13:43, 5 July 2025 HighScore (hist | edit) [663 bytes] Anders (talk | contribs) (Created page with " {{:HighScoreExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |{string} |getAllMapNames() | |- |string |getCurrentMapName() | |- |{name=String(),score=int()} |getHeighScore(string mapName, int startIndex, int endIndex) | |- | |HighScore:getHighScoreList(string mapName, int difficulty, string gam...")
- 13:43, 5 July 2025 GridLayout (hist | edit) [684 bytes] Anders (talk | contribs) (Created page with "{{:GridLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |GridLayout(int rows, int columns) | |- |GridLayout(int rows, int columns, Alignment align) | |- |GridLayout(int rows, int columns, PanelSize panelSpacing) | |- |GridLayout(int rows, int columns, Alignment align, PanelSize panelSpacing) | |- |GridLayout(GridLayout gridLayout) | |- |} ==Functions== {| class="wikitable" !|return !|...")
- 13:43, 5 July 2025 Gradient (hist | edit) [1,941 bytes] Anders (talk | contribs) (Created page with "{{:GradientExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Gradient() | |- |Gradient(Vec3 color) | |- |Gradient(Vec4 color) | |- |Gradient(Vec3 topColor, Vec3 bottomColor) | |- |Gradient(Vec4 topColor, Vec4 bottomColor) | |- |Gradient(Vec3 topLeftColor, Vec3 topRightColor, Vec3 bottomLeftColor, Vec3 bottomRightColor) | |- |Gradient(Vec4 topLeftColor, Vec4 t...")
- 13:43, 5 July 2025 Form (hist | edit) [1,523 bytes] Anders (talk | contribs) (Created page with "{{:FormExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Form(Camera camera, PanelSize size) | |- |Form(Camera camera, PanelSize size, Alignment align) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |destroy() |Destroy the form and all children. |- |Work |getWorkUpdater() |Get the form last work handler. |- |i...")
- 13:42, 5 July 2025 FreeFormButtonDesign (hist | edit) [2,996 bytes] Anders (talk | contribs) (Created page with "{{:FreeFormButtonDesignExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormButtonDesign() | |- |FreeFormButtonDesign(PanelSizeType type) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setDisabledMesh() |This mesh is shown when the button is disabled |- | |setDefaultMesh() |This mesh is shown when the button is enabled and...")
- 13:42, 5 July 2025 FreeFormLabel (hist | edit) [2,215 bytes] Anders (talk | contribs) (Created page with "{{:FreeFormLabelExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight) | |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight, Vec3 textColor) | |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight, Vec4 textColor) | |- |Label(PanelSizeType sizeType, Vec2...")
- 13:42, 5 July 2025 FreeFormButton (hist | edit) [1,294 bytes] Anders (talk | contribs) (Created page with "{{:FreeFormButtonExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormButton(Vec2 centerPos, FreeFormButtonDesign design) | |- |FreeFormButton(Vec2 centerPos, FreeFormButtonDesign design, Texture textureName, Vec2 minCoord, Vec2 maxCoord) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |FreeFormButton:setColor(Vec3 innerRingColorTop, Vec3 inner...")
- 13:42, 5 July 2025 FreeFormSprite (hist | edit) [1,299 bytes] Anders (talk | contribs) (Created page with "{{:FreeFormSpriteExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, Vec3 color) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, Vec4 color) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, string texture) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2...")
- 13:42, 5 July 2025 FreeFormLine (hist | edit) [1,013 bytes] Anders (talk | contribs) (Created page with "{{:FreeFormLineExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormLine() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addLine(Vec2 p1, Vec2 p2, float lineWitdh, Vec3 color1, Vec3 color2, Vec3 color3) |Add line |- | |FreeFormButton:addLine(Vec2 p1,...")
- 13:41, 5 July 2025 FreeFormLayout (hist | edit) [177 bytes] Anders (talk | contribs) (Created page with "{{:FreeFormLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormLayout(PanelSize panelSpacing) | |- |}")
- 13:41, 5 July 2025 FlowLayout (hist | edit) [598 bytes] Anders (talk | contribs) (Created page with "{{:FlowLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FlowLayout(Alignment align) | |- |FlowLayout(PanelSize panelSpacing) | |- |FlowLayout(Alignment align, PanelSize panelSpacing) | |- |FlowLayout(FallLayout fallLayout) | |- |FlowLayout() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Alignment |getAlignment()...")
- 13:41, 5 July 2025 FileWindow (hist | edit) [695 bytes] Anders (talk | contribs) (Created page with "{{:FileWindowExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |FileWindow(Camera aCamera, String windowTitle, String folder) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setDefaultFileData(String data) |If a new file is created the file is given this data. |- | |setFileExtension...")
- 13:41, 5 July 2025 FallLayout (hist | edit) [589 bytes] Anders (talk | contribs) (Created page with "{{:FallLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FallLayout(Alignment align) | |- |FallLayout(PanelSize panelSpacing) | |- |FallLayout(Alignment align, PanelSize panelSpacing) | |- |FallLayout(FallLayout fallLayout) | |- |FallLayout() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Alignment |getAlignment() |Get Ali...")
- 13:41, 5 July 2025 ComboBox (hist | edit) [992 bytes] Anders (talk | contribs) (Created page with "{{:ComboBoxExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |ComboBox(PanelSize size) | |- |ComboBox(PanelSize size, string text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Text |getText() |Get text. |- |int |getInt() |Get text. |- |float |getFloat() |Get text. |- | |ComboBox:setText(string te...")
- 13:40, 5 July 2025 ColorPicker (hist | edit) [602 bytes] Anders (talk | contribs) (Created page with "{{:ColorPickerExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |ColorPicker(PanelSize size) | |- |ColorPicker(PanelSize size, Vec3 color) | |- |ColorPicker(PanelSize size, Vec4 color) |colow.w value is not used. |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec3 |getColor() |Get color. |- | |setColor(...")
- 13:40, 5 July 2025 CheckBox (hist | edit) [410 bytes] Anders (talk | contribs) (Created page with "{{:CheckBoxExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |CheckBox(PanelSize size) | |- |CheckBox(PanelSize size, bool selected) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setSelected(bool selected) | |- |bool |getSelected() | |- |}")
- 13:40, 5 July 2025 ButtonStyle (hist | edit) [393 bytes] Anders (talk | contribs) (Created page with "{{:ButtonStyleExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |SQUARE |0 |Squared styled button. |- |SQUARE_LIGHT |1 |Squared styled button with a light middle. |- |ROUNDED_CORNER |2 |Button with rounded corners. |- |ROUND_EDGE |3 |Button left and right side of button is round. |- |RADIENT |4 | |- |SIMPLE |5 |Squared styled button, with hard colored edges. |- |}")
- 13:39, 5 July 2025 Button (hist | edit) [3,943 bytes] Anders (talk | contribs) (Created page with "{{:ButtonExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Button(PanelSize size) | |- |Button(PanelSize size, string text) | |- |Button(PanelSize size, text text) | |- |Button(PanelSize size, string text, ButtonStyle style) | |- |Button(PanelSize size, Text text, ButtonStyle style) | |- |Button(PanelSize size, Texture texture, Vec2 uvCoordMin, Vec2...")
- 13:39, 5 July 2025 BorderSize (hist | edit) [998 bytes] Anders (talk | contribs) (Created page with "{{:BorderSizeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |BorderSize(Vec4 size) | |- |BorderSize(Vec4 size, bool useOnlyYAxisForSizeCalculation) | |- |BorderSize(Vec4 size, PanelSizeType type) | |- |BorderSize(Vec4 size, PanelSizeType type, bool useOnlyYAxisForSizeCalculation) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec4 |getSize() |Returns...")
- 13:39, 5 July 2025 DoubleBorder (hist | edit) [850 bytes] Anders (talk | contribs) (Created page with "{{:BorderExampleCode}} ==Inheritance== BaseBorder ==Constructor== {| class="wikitable" !|function !|description |- |DoubleBorder(BorderSize border1Size, Vec3 border1color, BorderSize border2Size, Vec3 border2color) | |- |DoubleBorder(BorderSize border1Size, Vec4 border1color, BorderSize border2Size, Vec4 border2color) | |- |DoubleBorder(BorderSize border1Size, Vec3 border1color, BorderSize borderSpaceSize, Vec3 borde...")
- 13:39, 5 July 2025 Border (hist | edit) [1,363 bytes] Anders (talk | contribs) (Created page with "{{:BorderExampleCode}} ==Inheritance== BaseBorder ==Constructor== {| class="wikitable" !|function !|description |- |Border(BorderSize size, Vec3 color) | |- |Border(BorderSize size, Vec4 color) | |- |Border(BorderSize size, Vec3 outreEdgeColor, Vec3 innreEdgeColor) | |- |Border(BorderSize size, Vec4 outreEdgeColor, Vec4 innreEdgeColor) | |- |Border(Border border) | |- |} ==Functions== {| class="wikitable" !|return !|functio...")