-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptUIRect
Generated from the current Java source. Do not edit this page by hand.
Declaration: public class ScriptUIRect extends UIElement implements ScriptColor
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptUIRect.java
Extends: [[Scripting-API-UIElement|UIElement]]
Implements: [[Scripting-API-ScriptColor|ScriptColor]]
| Signature | Status | Source |
|---|---|---|
public ScriptUIRect(double x, double y, double width, double height, ScriptVec4 color) |
Current | line 18 |
public ScriptUIRect(double x, double y, double width, double height, double red, double green, double blue, double alpha) |
Deprecated | line 23 |
public ScriptUIRect(double x, double y, double width, double height, ScriptVec4 color, ScriptUIContainer container) |
Current | line 27 |
public ScriptUIRect( double x, double y, double width, double height, double red, double green, double blue, double alpha, ScriptUIContainer container ) |
Deprecated | line 38 |
| Signature | Status | Source |
|---|---|---|
public double width; |
Current | line 13 |
public double height; |
Current | line 14 |
| Signature | Status | Source |
|---|---|---|
public ScriptVec4 getColor() |
Current | line 74 |
| Signature | Status | Source |
|---|---|---|
public void setColor(ScriptVec4 value) |
Current | line 79 |
| Signature | Status | Source |
|---|---|---|
public void render(Font font, Textures textures, float deltaTime) |
Current | line 53 |
Scripting-API-ScriptUILabel · Scripting-API · Scripting-API-ScriptUISprite
Applies to AC-Legacy 0.6.0 at source revision 439dbe5b157d. Current documentation is generated from the AC-Legacy-Mod source. Historical baseline links point to the AdventureCraft Fandom wiki, whose text is reported as CC-BY-SA. See Fact Checking and Provenance and Verification Status.
AC-Legacy Wiki
Use and authoring
Generated reference
Project and provenance