Server for anything visible. Server for anything visible. The visual server is the API backend for everything visible. The whole scene system mounts on it to display. The visual server is completely opaque, the internals are entirely implementation specific and cannot be accessed. Sets images to be rendered in the window margin. Sets margin size, where black bars (or images, if [method black_bars_set_images] was used) are rendered. Creates a canvas and returns the assigned [RID]. Adds a circle command to the [CanvasItem]'s draw commands. If ignore is [code]true[/code], the VisualServer does not perform clipping. Adds a line command to the [CanvasItem]'s draw commands. Adds a [Mesh] to the [CanvasItem]'s draw commands. Only affects its aabb at the moment. Adds a [MultiMesh] to the [CanvasItem]'s draw commands. Only affects its aabb at the moment. Adds a nine patch image to the [CanvasItem]'s draw commands. See [NinePatchRect] for more explanation. Adds a particles system to the [CanvasItem]'s draw commands. Adds a polygon to the [CanvasItem]'s draw commands. Adds a polyline, which is a line from mutliple points with a width, to the [CanvasItem]'s draw commands. Adds a primitive to the [CanvasItem]'s draw commands. Adds a rectangle to the [CanvasItem]'s draw commands. Adds a [Transform2D] command to the [CanvasItem]'s draw commands. This sets the extra_matrix uniform when executed. This affects the later command's of the canvas item. Adds a textured rect to the [CanvasItem]'s draw commands. Adds a texture rect with region setting to the [CanvasItem]'s draw commands. Adds a triangle array to the [CanvasItem]'s draw commands. Clears the [CanvasItem] and removes all commands in it. Creates a new [CanvasItem] and returns its [RID]. Sets clipping for the [CanvasItem]. Sets the [CanvasItem] to copy a rect to the backbuffer. Defines a custom drawing rectangle for the [CanvasItem]. Sets [CanvasItem] to be drawn behind its parent. Sets the index for the [CanvasItem]. The light mask. See [LightOccluder2D] for more information on light masks. Sets a new material to the [CanvasItem]. Sets the color that modulates the [CanvasItem] and its children. Sets the parent for the [CanvasItem]. Sets the color that modulates the [CanvasItem] without children. Sets if [CanvasItem]'s children should be sorted by y-position. Sets the [CanvasItem]'s [Transform2D]. Sets if the [CanvasItem] uses its parent's material. Sets if the canvas item (including its children) is visible. Sets the [CanvasItem]'s z order position. If this is enabled, the z-position of the parent will be added to the childrens z-position. Attaches the canvas light to the canvas. Removes it from its previous canvas. Creates a canvas light. Attaches a light occluder to the canvas. Removes it from its previous canvas. Creates a light occluder. Enables or disables light occluder. The light mask. See [LightOccluder2D] for more information on light masks Sets a light occluder's polygon. Sets a light occluder's [Transform2D]. Sets the color for a light. Enables or disables a canvas light. Sets a canvas light's energy. Sets a canvas light's height. The light mask. See [LightOccluder2D] for more information on light masks The shadow mask. binary about wich layers this canvas light affects wich canvas item's shadows. See [LightOccluder2D] for more information on light masks. The layer range that gets rendered with this light. The mode of the light, see CANVAS_LIGHT_MODE_* constants. Sets the width of the shadow buffer, size gets scaled to the next power of two for this. Sets the color of the canvas light's shadow. Enables or disables the canvas light's shadow. Sets the canvas light's shadow's filter, see CANVAS_LIGHT_SHADOW_FILTER_* constants. Sets the length of the shadow's gradient. Smoothens the shadow. The lower, the more smooth. Sets the canvas light's [Transform2D]. Creates a new light occluder polygon. Sets an occluder polygons cull mode. See CANVAS_OCCLUDER_POLYGON_CULL_MODE_* constants. Sets the shape of the occluder polygon. Sets the shape of the occluder polygon as lines. A copy of the canvas item will be drawn with a local offset of the mirroring [Vector2]. Modulates all colors in the given canvas. Draws a frame. Removes buffers and clears testcubes. Draws a frame. Same as [method draw]. Syncronizes threads. Tries to free an object in the VisualServer. Returns a certain information, see RENDER_INFO_* for options. Returns the id of the test cube. Creates one if none exists. Returns the id of the test texture. Creates one if none exists. Returns the id of a white texture. Creates one if none exists. Returns [code]true[/code] if changes have been made to the VisualServer's data. [method draw] is usually called if this happens. Returns true, if the OS supports a certain feature. Features might be s3tc, etc, etc2 and pvrtc, Initializes the visual server. Returns a mesh of a sphere with the given amount of horizontal and vertical subdivisions. Returns an empty material. Returns the value of a certain material's parameter. Returns the shader of a certain material's shader. Returns an empty RID if the material doesn't have a shader. Sets a materials line width. Sets an objects next material. Sets a materials parameter. Sets a material's render priority. Sets a shader material's shader. Adds a surface generated from the Arrays to a mesh. See PRIMITIVE_TYPE_* constants for types. Removes all surfaces from a mesh. Creates a new mesh. Returns a mesh's blend shape count. Returns a mesh's blend shape mode. Returns a mesh's custom aabb. Returns a mesh's number of surfaces. Removes a mesh's surface. Sets a mesh's blend shape count. Sets a mesh's blend shape mode. Sets a mesh's custom aabb. Returns a mesh's surface's aabb. Returns a mesh's surface's vertex buffer. Returns a mesh's surface's amount of indices. Returns a mesh's surface's amount of vertices. Returns a mesh's surface's buffer arrays. Returns a mesh's surface's arrays for blend shapes Returns the format of a mesh's surface. Returns a mesh's surface's index buffer. Returns a mesh's surface's material. Returns the primitive type of a mesh's surface. Returns the aabb of a mesh's surface's skeleton. Sets a mesh's surface's material. Schedules a callback to the corresponding named 'method' on 'where' after a frame has been drawn. The callback method must use only 1 argument which will be called with 'userdata'. Sets a boot image. The color defines the background color and if scale is [code]true[/code], the image will be scaled to fit the screen size. Creates an empty shader. Returns a shader's code. Returns a default texture from a shader searched by name. Returns the parameters of a shader. Sets a shader's code. Sets a shader's default texture. Overwrites the texture given by name. Creates an empty sky. Sets a sky's texture. Allocates space for a texture's image or video. Creates an empty texture. Creates a texture, allocates the space for an image, and fills in the image. Returns a list of all the textures and their information. Returns a copy of a texture's image unless it's a CubeMap, in wich case it returns the [RID] of the image at one of the cubes sides. Returns the flags of a texture. Returns the format of the texture's image. Returns the texture's height. Returns the texture's path. Returns the opengl id of the texture's image. Returns the texture's width. Sets the texture's image data. If it's a CubeMap, it sets the image data at a cube side. Sets the texture's flags. See [enum TextureFlags] for options Sets the texture's path. If [code]true[/code], sets internal processes to shrink all image data to half the size. Overwrites the texture's width and height. If [code]true[/code], the image will be stored in the texture's images array if overwritten. Sets a viewport's camera. Sets a viewport's canvas. Attaches a viewport to a screen. Creates an empty viewport. Detaches the viewport from the screen. Returns a viewport's render info. for options see VIEWPORT_RENDER_INFO* constants. Returns the viewport's last rendered frame. Detaches a viewport from a canvas and vice versa. If [code]true[/code], sets the viewport active, else sets it inactive. Sets the renderlayer for a viewport's canvas. Sets the transformation of a viewport's canvas. Sets the clear mode of a viewport. See VIEWPORT_CLEAR_MODE_* constants for options. Sets the debug draw mode of a viewport. See VIEWPORT_DEBUG_DRAW_* constants for options. If [code]true[/code] a viewport's 3D rendering should be disabled. If [code]true[/code] rendering of a viewport's environment should be disabled. Sets the viewport's global transformation matrix. If [code]true[/code] the viewport should render to hdr. If [code]true[/code] the viewport's canvas should not be rendered. Sets the anti-aliasing mode. see [enum ViewportMSAA] for options. Sets the viewport's parent to another viewport. Sets a viewport's scenario. The scenario contains information about the [enum ScenarioDebugMode], environment information, reflection atlas etc. Sets the shadow atlas quadrant's subdivision. Sets the size of the shadow atlas's images. Sets the viewport's width and height. If [code]true[/code] the viewport should render its background as transparent. Sets when the viewport should be updated. See VIEWPORT_UPDATE_MODE_* constants for options. Sets what should be rendered in the viewport. See VIEWPORT_USAGE_* constants for options. If [code]true[/code] the viewport should use augmented or virtual reality technologies. See [ARVRInterface]. If [code]true[/code] the viewport's rendering should be flipped vertically. Marks an error that shows that the index array is empty. The minimum Z-layer for canvas items. The maximum Z-layer for canvas items. The minimum renderpriority of all materials. The maximum renderpriority of all materials. Marks the left side of a cubemap. Marks the right side of a cubemap. Marks the bottom side of a cubemap. Marks the top side of a cubemap. Marks the front side of a cubemap. Marks the back side of a cubemap. Generate mipmaps, which are smaller versions of the same texture to use when zoomed out, keeping the aspect ratio. Repeat (instead of clamp to edge). Turn on magnifying filter, to enable smooth zooming in of the texture. Anisotropic mipmap filtering. Generates smaller versions of the same texture with different aspect ratios. More effective on planes often shown going to the horrizon as those textures (Walls or Ground for example) get squashed in the viewport to different aspect ratios and regular mipmaps keep the aspect ratio so they don't optimize storage that well in those cases. Converts texture to SRGB color space. Repeat texture with alternate sections mirrored. Texture is a cubemap. Texture is a video surface. Default flags. Generate mipmaps, repeat, and filter are enabled. Shader is a 3D shader. Shader is a 2D shader. Shader is a particle shader. Marks maximum of the shader types array. used internally. Array is a vertex array. Array is a normal array. Array is a tangent array. Array is a color array. Array is a uv coordinates array. Array is a uv coordinates array for the second uv coordinates. Array contains bone information. Array is weight information. Array is index array. Marks the maximum of the array types. Used internally. Flag used to mark a vertex array. Flag used to mark a normal array. Flag used to mark a tangent array. Flag used to mark a color array. Flag used to mark a uv coordinates array. Flag used to mark a uv coordinates array for the second uv coordinates. Flag used to mark a bone information array. Flag used to mark a weights array. Flag used to mark a index array. Flag used to mark a compressed (half float) vertex array. Flag used to mark a compressed (half float) normal array. Flag used to mark a compressed (half float) tangent array. Flag used to mark a compressed (half float) color array. Flag used to mark a compressed (half float) uv coordinates array. Flag used to mark a compressed (half float) uv coordinates array for the second uv coordinates. Flag used to mark a compressed (half float) weight array. Flag used to mark that the array contains 2D vertices. Flag used to mark that the array uses 16 bit bones instead of 8 bit. Used to set flags ARRAY_COMPRESS_VERTEX, ARRAY_COMPRESS_NORMAL, ARRAY_COMPRESS_TANGENT, ARRAY_COMPRESS_COLOR, ARRAY_COMPRESS_TEX_UV, ARRAY_COMPRESS_TEX_UV2 and ARRAY_COMPRESS_WEIGHTS quickly. Primitive to draw consists of points. Primitive to draw consists of lines. Primitive to draw consists of a line strip from start to end. Primitive to draw consists of a line loop (a line strip with a line between the last and the first vertex). Primitive to draw consists of triangles. Primitive to draw consists of a triangle strip (the last 3 verticies are always combined to make a triangle). Primitive to draw consists of a triangle strip (the last 2 verticies are always combined with the first to make a triangle). Marks the primitive types endpoint. used internally. Is a directional (sun) light. is an omni light. is an spot light. The light's energy. The light's influence on specularity. The light's range. The light's attenuation. The spotlight's angle. The spotlight's attenuation. Scales the shadow color. The light parameters endpoint. Used internally. The viewport is always cleared before drawing. The viewport is never cleared before drawing. The viewport is cleared once, then the clear mode is set to [VIEWPORT_CLEAR_NEVER]. Multisample antialiasing is disabled. Multisample antialiasing is set to 2X. Multisample antialiasing is set to 4X. Multisample antialiasing is set to 8X. Multisample antialiasing is set to 16X. The Viewport does not render 3D but samples. The Viewport does not render 3D and does not sample. The Viewport renders 3D with effects. The Viewport renders 3D but without effects. Marks end of VIEWPORT_RENDER_INFO* constants. Used internally. Debug draw is disabled. Default setting. Debug draw sets objects to unshaded. Overwrites clear color to [code](0,0,0,0)[/code]. Debug draw draws objects in wireframe. The instance does not have a type. The instance is a mesh. The instance is a multimesh. The instance is an immediate geometry. The instance is a particle emitter. The instance is a light. The max value for INSTANCE_* constants, used internally. A combination of the flags of geometry instances (mesh, multimesh, immediate and particles). The nine patch gets stretched where needed. The nine patch gets filled with tiles where needed. The nine patch gets filled with tiles where needed and stretches them a bit if needed. Adds light color additive to the canvas. Adds light color subtractive to the canvas. The light adds color depending on transparency. The light adds color depending on mask. Culling of the canvas occluder is disabled. Culling of the canvas occluder is clockwise. Culling of the canvas occluder is counterclockwise. The amount of objects in the frame. The amount of vertices in the frame. The amount of modified materials in the frame. The amount of shader rebinds in the frame. The amount of surface changes in the frame. The amount of draw calls in frame. The amount of vertex memory and texture memory used. The amount of texture memory used. The amount of vertex memory used.