VisualServerSingleton._classBinding

Undocumented in source.
struct VisualServerSingleton
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_init
GodotMethod!(void) _init;
Undocumented in source.
_singleton
godot_object _singleton;
Undocumented in source.
_singletonName
char* _singletonName;
Undocumented in source.
blackBarsSetImages
GodotMethod!(void, RID, RID, RID, RID) blackBarsSetImages;
Undocumented in source.
blackBarsSetMargins
GodotMethod!(void, long, long, long, long) blackBarsSetMargins;
Undocumented in source.
cameraCreate
GodotMethod!(RID) cameraCreate;
Undocumented in source.
cameraSetCullMask
GodotMethod!(void, RID, long) cameraSetCullMask;
Undocumented in source.
cameraSetEnvironment
GodotMethod!(void, RID, RID) cameraSetEnvironment;
Undocumented in source.
cameraSetOrthogonal
GodotMethod!(void, RID, double, double, double) cameraSetOrthogonal;
Undocumented in source.
cameraSetPerspective
GodotMethod!(void, RID, double, double, double) cameraSetPerspective;
Undocumented in source.
cameraSetTransform
GodotMethod!(void, RID, Transform) cameraSetTransform;
Undocumented in source.
cameraSetUseVerticalAspect
GodotMethod!(void, RID, bool) cameraSetUseVerticalAspect;
Undocumented in source.
canvasCreate
GodotMethod!(RID) canvasCreate;
Undocumented in source.
canvasItemAddCircle
GodotMethod!(void, RID, Vector2, double, Color) canvasItemAddCircle;
Undocumented in source.
canvasItemAddClipIgnore
GodotMethod!(void, RID, bool) canvasItemAddClipIgnore;
Undocumented in source.
canvasItemAddLine
GodotMethod!(void, RID, Vector2, Vector2, Color, double, bool) canvasItemAddLine;
Undocumented in source.
canvasItemAddMesh
GodotMethod!(void, RID, RID, RID, RID) canvasItemAddMesh;
Undocumented in source.
canvasItemAddMultimesh
GodotMethod!(void, RID, RID, RID, RID) canvasItemAddMultimesh;
Undocumented in source.
canvasItemAddNinePatch
GodotMethod!(void, RID, Rect2, Rect2, RID, Vector2, Vector2, long, long, bool, Color, RID) canvasItemAddNinePatch;
Undocumented in source.
canvasItemAddParticles
GodotMethod!(void, RID, RID, RID, RID, long, long) canvasItemAddParticles;
Undocumented in source.
canvasItemAddPolygon
GodotMethod!(void, RID, PoolVector2Array, PoolColorArray, PoolVector2Array, RID, RID, bool) canvasItemAddPolygon;
Undocumented in source.
canvasItemAddPolyline
GodotMethod!(void, RID, PoolVector2Array, PoolColorArray, double, bool) canvasItemAddPolyline;
Undocumented in source.
canvasItemAddPrimitive
GodotMethod!(void, RID, PoolVector2Array, PoolColorArray, PoolVector2Array, RID, double, RID) canvasItemAddPrimitive;
Undocumented in source.
canvasItemAddRect
GodotMethod!(void, RID, Rect2, Color) canvasItemAddRect;
Undocumented in source.
canvasItemAddSetTransform
GodotMethod!(void, RID, Transform2D) canvasItemAddSetTransform;
Undocumented in source.
canvasItemAddTextureRect
GodotMethod!(void, RID, Rect2, RID, bool, Color, bool, RID) canvasItemAddTextureRect;
Undocumented in source.
canvasItemAddTextureRectRegion
GodotMethod!(void, RID, Rect2, RID, Rect2, Color, bool, RID, bool) canvasItemAddTextureRectRegion;
Undocumented in source.
canvasItemAddTriangleArray
GodotMethod!(void, RID, PoolIntArray, PoolVector2Array, PoolColorArray, PoolVector2Array, PoolIntArray, PoolRealArray, RID, long, RID) canvasItemAddTriangleArray;
Undocumented in source.
canvasItemClear
GodotMethod!(void, RID) canvasItemClear;
Undocumented in source.
canvasItemCreate
GodotMethod!(RID) canvasItemCreate;
Undocumented in source.
canvasItemSetClip
GodotMethod!(void, RID, bool) canvasItemSetClip;
Undocumented in source.
canvasItemSetCopyToBackbuffer
GodotMethod!(void, RID, bool, Rect2) canvasItemSetCopyToBackbuffer;
Undocumented in source.
canvasItemSetCustomRect
GodotMethod!(void, RID, bool, Rect2) canvasItemSetCustomRect;
Undocumented in source.
canvasItemSetDistanceFieldMode
GodotMethod!(void, RID, bool) canvasItemSetDistanceFieldMode;
Undocumented in source.
canvasItemSetDrawBehindParent
GodotMethod!(void, RID, bool) canvasItemSetDrawBehindParent;
Undocumented in source.
canvasItemSetDrawIndex
GodotMethod!(void, RID, long) canvasItemSetDrawIndex;
Undocumented in source.
canvasItemSetLightMask
GodotMethod!(void, RID, long) canvasItemSetLightMask;
Undocumented in source.
canvasItemSetMaterial
GodotMethod!(void, RID, RID) canvasItemSetMaterial;
Undocumented in source.
canvasItemSetModulate
GodotMethod!(void, RID, Color) canvasItemSetModulate;
Undocumented in source.
canvasItemSetParent
GodotMethod!(void, RID, RID) canvasItemSetParent;
Undocumented in source.
canvasItemSetSelfModulate
GodotMethod!(void, RID, Color) canvasItemSetSelfModulate;
Undocumented in source.
canvasItemSetSortChildrenByY
GodotMethod!(void, RID, bool) canvasItemSetSortChildrenByY;
Undocumented in source.
canvasItemSetTransform
GodotMethod!(void, RID, Transform2D) canvasItemSetTransform;
Undocumented in source.
canvasItemSetUseParentMaterial
GodotMethod!(void, RID, bool) canvasItemSetUseParentMaterial;
Undocumented in source.
canvasItemSetVisible
GodotMethod!(void, RID, bool) canvasItemSetVisible;
Undocumented in source.
canvasItemSetZAsRelativeToParent
GodotMethod!(void, RID, bool) canvasItemSetZAsRelativeToParent;
Undocumented in source.
canvasItemSetZIndex
GodotMethod!(void, RID, long) canvasItemSetZIndex;
Undocumented in source.
canvasLightAttachToCanvas
GodotMethod!(void, RID, RID) canvasLightAttachToCanvas;
Undocumented in source.
canvasLightCreate
GodotMethod!(RID) canvasLightCreate;
Undocumented in source.
canvasLightOccluderAttachToCanvas
GodotMethod!(void, RID, RID) canvasLightOccluderAttachToCanvas;
Undocumented in source.
canvasLightOccluderCreate
GodotMethod!(RID) canvasLightOccluderCreate;
Undocumented in source.
canvasLightOccluderSetEnabled
GodotMethod!(void, RID, bool) canvasLightOccluderSetEnabled;
Undocumented in source.
canvasLightOccluderSetLightMask
GodotMethod!(void, RID, long) canvasLightOccluderSetLightMask;
Undocumented in source.
canvasLightOccluderSetPolygon
GodotMethod!(void, RID, RID) canvasLightOccluderSetPolygon;
Undocumented in source.
canvasLightOccluderSetTransform
GodotMethod!(void, RID, Transform2D) canvasLightOccluderSetTransform;
Undocumented in source.
canvasLightSetColor
GodotMethod!(void, RID, Color) canvasLightSetColor;
Undocumented in source.
canvasLightSetEnabled
GodotMethod!(void, RID, bool) canvasLightSetEnabled;
Undocumented in source.
canvasLightSetEnergy
GodotMethod!(void, RID, double) canvasLightSetEnergy;
Undocumented in source.
canvasLightSetHeight
GodotMethod!(void, RID, double) canvasLightSetHeight;
Undocumented in source.
canvasLightSetItemCullMask
GodotMethod!(void, RID, long) canvasLightSetItemCullMask;
Undocumented in source.
canvasLightSetItemShadowCullMask
GodotMethod!(void, RID, long) canvasLightSetItemShadowCullMask;
Undocumented in source.
canvasLightSetLayerRange
GodotMethod!(void, RID, long, long) canvasLightSetLayerRange;
Undocumented in source.
canvasLightSetMode
GodotMethod!(void, RID, long) canvasLightSetMode;
Undocumented in source.
canvasLightSetScale
GodotMethod!(void, RID, double) canvasLightSetScale;
Undocumented in source.
canvasLightSetShadowBufferSize
GodotMethod!(void, RID, long) canvasLightSetShadowBufferSize;
Undocumented in source.
canvasLightSetShadowColor
GodotMethod!(void, RID, Color) canvasLightSetShadowColor;
Undocumented in source.
canvasLightSetShadowEnabled
GodotMethod!(void, RID, bool) canvasLightSetShadowEnabled;
Undocumented in source.
canvasLightSetShadowFilter
GodotMethod!(void, RID, long) canvasLightSetShadowFilter;
Undocumented in source.
canvasLightSetShadowGradientLength
GodotMethod!(void, RID, double) canvasLightSetShadowGradientLength;
Undocumented in source.
canvasLightSetShadowSmooth
GodotMethod!(void, RID, double) canvasLightSetShadowSmooth;
Undocumented in source.
canvasLightSetTexture
GodotMethod!(void, RID, RID) canvasLightSetTexture;
Undocumented in source.
canvasLightSetTextureOffset
GodotMethod!(void, RID, Vector2) canvasLightSetTextureOffset;
Undocumented in source.
canvasLightSetTransform
GodotMethod!(void, RID, Transform2D) canvasLightSetTransform;
Undocumented in source.
canvasLightSetZRange
GodotMethod!(void, RID, long, long) canvasLightSetZRange;
Undocumented in source.
canvasOccluderPolygonCreate
GodotMethod!(RID) canvasOccluderPolygonCreate;
Undocumented in source.
canvasOccluderPolygonSetCullMode
GodotMethod!(void, RID, long) canvasOccluderPolygonSetCullMode;
Undocumented in source.
canvasOccluderPolygonSetShape
GodotMethod!(void, RID, PoolVector2Array, bool) canvasOccluderPolygonSetShape;
Undocumented in source.
canvasOccluderPolygonSetShapeAsLines
GodotMethod!(void, RID, PoolVector2Array) canvasOccluderPolygonSetShapeAsLines;
Undocumented in source.
canvasSetItemMirroring
GodotMethod!(void, RID, RID, Vector2) canvasSetItemMirroring;
Undocumented in source.
canvasSetModulate
GodotMethod!(void, RID, Color) canvasSetModulate;
Undocumented in source.
directionalLightCreate
GodotMethod!(RID) directionalLightCreate;
Undocumented in source.
draw
GodotMethod!(void, bool, double) draw;
Undocumented in source.
environmentCreate
GodotMethod!(RID) environmentCreate;
Undocumented in source.
environmentSetAdjustment
GodotMethod!(void, RID, bool, double, double, double, RID) environmentSetAdjustment;
Undocumented in source.
environmentSetAmbientLight
GodotMethod!(void, RID, Color, double, double) environmentSetAmbientLight;
Undocumented in source.
environmentSetBackground
GodotMethod!(void, RID, long) environmentSetBackground;
Undocumented in source.
environmentSetBgColor
GodotMethod!(void, RID, Color) environmentSetBgColor;
Undocumented in source.
environmentSetBgEnergy
GodotMethod!(void, RID, double) environmentSetBgEnergy;
Undocumented in source.
environmentSetCanvasMaxLayer
GodotMethod!(void, RID, long) environmentSetCanvasMaxLayer;
Undocumented in source.
environmentSetDofBlurFar
GodotMethod!(void, RID, bool, double, double, double, long) environmentSetDofBlurFar;
Undocumented in source.
environmentSetDofBlurNear
GodotMethod!(void, RID, bool, double, double, double, long) environmentSetDofBlurNear;
Undocumented in source.
environmentSetFog
GodotMethod!(void, RID, bool, Color, Color, double) environmentSetFog;
Undocumented in source.
environmentSetFogDepth
GodotMethod!(void, RID, bool, double, double, bool, double) environmentSetFogDepth;
Undocumented in source.
environmentSetFogHeight
GodotMethod!(void, RID, bool, double, double, double) environmentSetFogHeight;
Undocumented in source.
environmentSetGlow
GodotMethod!(void, RID, bool, long, double, double, double, long, double, double, bool) environmentSetGlow;
Undocumented in source.
environmentSetSky
GodotMethod!(void, RID, RID) environmentSetSky;
Undocumented in source.
environmentSetSkyCustomFov
GodotMethod!(void, RID, double) environmentSetSkyCustomFov;
Undocumented in source.
environmentSetSsao
GodotMethod!(void, RID, bool, double, double, double, double, double, double, double, Color, long, long, double) environmentSetSsao;
Undocumented in source.
environmentSetSsr
GodotMethod!(void, RID, bool, long, double, double, double, bool) environmentSetSsr;
Undocumented in source.
environmentSetTonemap
GodotMethod!(void, RID, long, double, double, bool, double, double, double, double) environmentSetTonemap;
Undocumented in source.
finish
GodotMethod!(void) finish;
Undocumented in source.
forceDraw
GodotMethod!(void, bool, double) forceDraw;
Undocumented in source.
forceSync
GodotMethod!(void) forceSync;
Undocumented in source.
freeRid
GodotMethod!(void, RID) freeRid;
Undocumented in source.
getRenderInfo
GodotMethod!(long, long) getRenderInfo;
Undocumented in source.
getTestCube
GodotMethod!(RID) getTestCube;
Undocumented in source.
getTestTexture
GodotMethod!(RID) getTestTexture;
Undocumented in source.
getWhiteTexture
GodotMethod!(RID) getWhiteTexture;
Undocumented in source.
giProbeCreate
GodotMethod!(RID) giProbeCreate;
Undocumented in source.
giProbeGetBias
GodotMethod!(double, RID) giProbeGetBias;
Undocumented in source.
giProbeGetBounds
GodotMethod!(AABB, RID) giProbeGetBounds;
Undocumented in source.
giProbeGetCellSize
GodotMethod!(double, RID) giProbeGetCellSize;
Undocumented in source.
giProbeGetDynamicData
GodotMethod!(PoolIntArray, RID) giProbeGetDynamicData;
Undocumented in source.
giProbeGetDynamicRange
GodotMethod!(long, RID) giProbeGetDynamicRange;
Undocumented in source.
giProbeGetEnergy
GodotMethod!(double, RID) giProbeGetEnergy;
Undocumented in source.
giProbeGetNormalBias
GodotMethod!(double, RID) giProbeGetNormalBias;
Undocumented in source.
giProbeGetPropagation
GodotMethod!(double, RID) giProbeGetPropagation;
Undocumented in source.
giProbeGetToCellXform
GodotMethod!(Transform, RID) giProbeGetToCellXform;
Undocumented in source.
giProbeIsCompressed
GodotMethod!(bool, RID) giProbeIsCompressed;
Undocumented in source.
giProbeIsInterior
GodotMethod!(bool, RID) giProbeIsInterior;
Undocumented in source.
giProbeSetBias
GodotMethod!(void, RID, double) giProbeSetBias;
Undocumented in source.
giProbeSetBounds
GodotMethod!(void, RID, AABB) giProbeSetBounds;
Undocumented in source.
giProbeSetCellSize
GodotMethod!(void, RID, double) giProbeSetCellSize;
Undocumented in source.
giProbeSetCompress
GodotMethod!(void, RID, bool) giProbeSetCompress;
Undocumented in source.
giProbeSetDynamicData
GodotMethod!(void, RID, PoolIntArray) giProbeSetDynamicData;
Undocumented in source.
giProbeSetDynamicRange
GodotMethod!(void, RID, long) giProbeSetDynamicRange;
Undocumented in source.
giProbeSetEnergy
GodotMethod!(void, RID, double) giProbeSetEnergy;
Undocumented in source.
giProbeSetInterior
GodotMethod!(void, RID, bool) giProbeSetInterior;
Undocumented in source.
giProbeSetNormalBias
GodotMethod!(void, RID, double) giProbeSetNormalBias;
Undocumented in source.
giProbeSetPropagation
GodotMethod!(void, RID, double) giProbeSetPropagation;
Undocumented in source.
giProbeSetToCellXform
GodotMethod!(void, RID, Transform) giProbeSetToCellXform;
Undocumented in source.
hasChanged
GodotMethod!(bool) hasChanged;
Undocumented in source.
hasFeature
GodotMethod!(bool, long) hasFeature;
Undocumented in source.
hasOsFeature
GodotMethod!(bool, String) hasOsFeature;
Undocumented in source.
immediateBegin
GodotMethod!(void, RID, long, RID) immediateBegin;
Undocumented in source.
immediateClear
GodotMethod!(void, RID) immediateClear;
Undocumented in source.
immediateColor
GodotMethod!(void, RID, Color) immediateColor;
Undocumented in source.
immediateCreate
GodotMethod!(RID) immediateCreate;
Undocumented in source.
immediateEnd
GodotMethod!(void, RID) immediateEnd;
Undocumented in source.
immediateGetMaterial
GodotMethod!(RID, RID) immediateGetMaterial;
Undocumented in source.
immediateNormal
GodotMethod!(void, RID, Vector3) immediateNormal;
Undocumented in source.
immediateSetMaterial
GodotMethod!(void, RID, RID) immediateSetMaterial;
Undocumented in source.
immediateTangent
GodotMethod!(void, RID, Plane) immediateTangent;
Undocumented in source.
immediateUv
GodotMethod!(void, RID, Vector2) immediateUv;
Undocumented in source.
immediateUv2
GodotMethod!(void, RID, Vector2) immediateUv2;
Undocumented in source.
immediateVertex
GodotMethod!(void, RID, Vector3) immediateVertex;
Undocumented in source.
immediateVertex2d
GodotMethod!(void, RID, Vector2) immediateVertex2d;
Undocumented in source.
instanceAttachObjectInstanceId
GodotMethod!(void, RID, long) instanceAttachObjectInstanceId;
Undocumented in source.
instanceAttachSkeleton
GodotMethod!(void, RID, RID) instanceAttachSkeleton;
Undocumented in source.
instanceCreate
GodotMethod!(RID) instanceCreate;
Undocumented in source.
instanceCreate2
GodotMethod!(RID, RID, RID) instanceCreate2;
Undocumented in source.
instanceGeometrySetAsInstanceLod
GodotMethod!(void, RID, RID) instanceGeometrySetAsInstanceLod;
Undocumented in source.
instanceGeometrySetCastShadowsSetting
GodotMethod!(void, RID, long) instanceGeometrySetCastShadowsSetting;
Undocumented in source.
instanceGeometrySetDrawRange
GodotMethod!(void, RID, double, double, double, double) instanceGeometrySetDrawRange;
Undocumented in source.
instanceGeometrySetFlag
GodotMethod!(void, RID, long, bool) instanceGeometrySetFlag;
Undocumented in source.
instanceGeometrySetMaterialOverride
GodotMethod!(void, RID, RID) instanceGeometrySetMaterialOverride;
Undocumented in source.
instanceSetBase
GodotMethod!(void, RID, RID) instanceSetBase;
Undocumented in source.
instanceSetBlendShapeWeight
GodotMethod!(void, RID, long, double) instanceSetBlendShapeWeight;
Undocumented in source.
instanceSetCustomAabb
GodotMethod!(void, RID, AABB) instanceSetCustomAabb;
Undocumented in source.
instanceSetExterior
GodotMethod!(void, RID, bool) instanceSetExterior;
Undocumented in source.
instanceSetExtraVisibilityMargin
GodotMethod!(void, RID, double) instanceSetExtraVisibilityMargin;
Undocumented in source.
instanceSetLayerMask
GodotMethod!(void, RID, long) instanceSetLayerMask;
Undocumented in source.
instanceSetScenario
GodotMethod!(void, RID, RID) instanceSetScenario;
Undocumented in source.
instanceSetSurfaceMaterial
GodotMethod!(void, RID, long, RID) instanceSetSurfaceMaterial;
Undocumented in source.
instanceSetTransform
GodotMethod!(void, RID, Transform) instanceSetTransform;
Undocumented in source.
instanceSetUseLightmap
GodotMethod!(void, RID, RID, RID) instanceSetUseLightmap;
Undocumented in source.
instanceSetVisible
GodotMethod!(void, RID, bool) instanceSetVisible;
Undocumented in source.
instancesCullAabb
GodotMethod!(Array, AABB, RID) instancesCullAabb;
Undocumented in source.
instancesCullConvex
GodotMethod!(Array, Array, RID) instancesCullConvex;
Undocumented in source.
instancesCullRay
GodotMethod!(Array, Vector3, Vector3, RID) instancesCullRay;
Undocumented in source.
lightDirectionalSetBlendSplits
GodotMethod!(void, RID, bool) lightDirectionalSetBlendSplits;
Undocumented in source.
lightDirectionalSetShadowDepthRangeMode
GodotMethod!(void, RID, long) lightDirectionalSetShadowDepthRangeMode;
Undocumented in source.
lightDirectionalSetShadowMode
GodotMethod!(void, RID, long) lightDirectionalSetShadowMode;
Undocumented in source.
lightOmniSetShadowDetail
GodotMethod!(void, RID, long) lightOmniSetShadowDetail;
Undocumented in source.
lightOmniSetShadowMode
GodotMethod!(void, RID, long) lightOmniSetShadowMode;
Undocumented in source.
lightSetColor
GodotMethod!(void, RID, Color) lightSetColor;
Undocumented in source.
lightSetCullMask
GodotMethod!(void, RID, long) lightSetCullMask;
Undocumented in source.
lightSetNegative
GodotMethod!(void, RID, bool) lightSetNegative;
Undocumented in source.
lightSetParam
GodotMethod!(void, RID, long, double) lightSetParam;
Undocumented in source.
lightSetProjector
GodotMethod!(void, RID, RID) lightSetProjector;
Undocumented in source.
lightSetReverseCullFaceMode
GodotMethod!(void, RID, bool) lightSetReverseCullFaceMode;
Undocumented in source.
lightSetShadow
GodotMethod!(void, RID, bool) lightSetShadow;
Undocumented in source.
lightSetShadowColor
GodotMethod!(void, RID, Color) lightSetShadowColor;
Undocumented in source.
lightmapCaptureCreate
GodotMethod!(RID) lightmapCaptureCreate;
Undocumented in source.
lightmapCaptureGetBounds
GodotMethod!(AABB, RID) lightmapCaptureGetBounds;
Undocumented in source.
lightmapCaptureGetEnergy
GodotMethod!(double, RID) lightmapCaptureGetEnergy;
Undocumented in source.
lightmapCaptureGetOctree
GodotMethod!(PoolByteArray, RID) lightmapCaptureGetOctree;
Undocumented in source.
lightmapCaptureGetOctreeCellSubdiv
GodotMethod!(long, RID) lightmapCaptureGetOctreeCellSubdiv;
Undocumented in source.
lightmapCaptureGetOctreeCellTransform
GodotMethod!(Transform, RID) lightmapCaptureGetOctreeCellTransform;
Undocumented in source.
lightmapCaptureSetBounds
GodotMethod!(void, RID, AABB) lightmapCaptureSetBounds;
Undocumented in source.
lightmapCaptureSetEnergy
GodotMethod!(void, RID, double) lightmapCaptureSetEnergy;
Undocumented in source.
lightmapCaptureSetOctree
GodotMethod!(void, RID, PoolByteArray) lightmapCaptureSetOctree;
Undocumented in source.
lightmapCaptureSetOctreeCellSubdiv
GodotMethod!(void, RID, long) lightmapCaptureSetOctreeCellSubdiv;
Undocumented in source.
lightmapCaptureSetOctreeCellTransform
GodotMethod!(void, RID, Transform) lightmapCaptureSetOctreeCellTransform;
Undocumented in source.
makeSphereMesh
GodotMethod!(RID, long, long, double) makeSphereMesh;
Undocumented in source.
materialCreate
GodotMethod!(RID) materialCreate;
Undocumented in source.
materialGetParam
GodotMethod!(Variant, RID, String) materialGetParam;
Undocumented in source.
materialGetParamDefault
GodotMethod!(Variant, RID, String) materialGetParamDefault;
Undocumented in source.
materialGetShader
GodotMethod!(RID, RID) materialGetShader;
Undocumented in source.
materialSetLineWidth
GodotMethod!(void, RID, double) materialSetLineWidth;
Undocumented in source.
materialSetNextPass
GodotMethod!(void, RID, RID) materialSetNextPass;
Undocumented in source.
materialSetParam
GodotMethod!(void, RID, String, Variant) materialSetParam;
Undocumented in source.
materialSetRenderPriority
GodotMethod!(void, RID, long) materialSetRenderPriority;
Undocumented in source.
materialSetShader
GodotMethod!(void, RID, RID) materialSetShader;
Undocumented in source.
meshAddSurfaceFromArrays
GodotMethod!(void, RID, long, Array, Array, long) meshAddSurfaceFromArrays;
Undocumented in source.
meshClear
GodotMethod!(void, RID) meshClear;
Undocumented in source.
meshCreate
GodotMethod!(RID) meshCreate;
Undocumented in source.
meshGetBlendShapeCount
GodotMethod!(long, RID) meshGetBlendShapeCount;
Undocumented in source.
meshGetBlendShapeMode
GodotMethod!(VisualServer.BlendShapeMode, RID) meshGetBlendShapeMode;
Undocumented in source.
meshGetCustomAabb
GodotMethod!(AABB, RID) meshGetCustomAabb;
Undocumented in source.
meshGetSurfaceCount
GodotMethod!(long, RID) meshGetSurfaceCount;
Undocumented in source.
meshRemoveSurface
GodotMethod!(void, RID, long) meshRemoveSurface;
Undocumented in source.
meshSetBlendShapeCount
GodotMethod!(void, RID, long) meshSetBlendShapeCount;
Undocumented in source.
meshSetBlendShapeMode
GodotMethod!(void, RID, long) meshSetBlendShapeMode;
Undocumented in source.
meshSetCustomAabb
GodotMethod!(void, RID, AABB) meshSetCustomAabb;
Undocumented in source.
meshSurfaceGetAabb
GodotMethod!(AABB, RID, long) meshSurfaceGetAabb;
Undocumented in source.
meshSurfaceGetArray
GodotMethod!(PoolByteArray, RID, long) meshSurfaceGetArray;
Undocumented in source.
meshSurfaceGetArrayIndexLen
GodotMethod!(long, RID, long) meshSurfaceGetArrayIndexLen;
Undocumented in source.
meshSurfaceGetArrayLen
GodotMethod!(long, RID, long) meshSurfaceGetArrayLen;
Undocumented in source.
meshSurfaceGetArrays
GodotMethod!(Array, RID, long) meshSurfaceGetArrays;
Undocumented in source.
meshSurfaceGetBlendShapeArrays
GodotMethod!(Array, RID, long) meshSurfaceGetBlendShapeArrays;
Undocumented in source.
meshSurfaceGetFormat
GodotMethod!(long, RID, long) meshSurfaceGetFormat;
Undocumented in source.
meshSurfaceGetFormatOffset
GodotMethod!(long, long, long, long, long) meshSurfaceGetFormatOffset;
Undocumented in source.
meshSurfaceGetFormatStride
GodotMethod!(long, long, long, long) meshSurfaceGetFormatStride;
Undocumented in source.
meshSurfaceGetIndexArray
GodotMethod!(PoolByteArray, RID, long) meshSurfaceGetIndexArray;
Undocumented in source.
meshSurfaceGetMaterial
GodotMethod!(RID, RID, long) meshSurfaceGetMaterial;
Undocumented in source.
meshSurfaceGetPrimitiveType
GodotMethod!(VisualServer.PrimitiveType, RID, long) meshSurfaceGetPrimitiveType;
Undocumented in source.
meshSurfaceGetSkeletonAabb
GodotMethod!(Array, RID, long) meshSurfaceGetSkeletonAabb;
Undocumented in source.
meshSurfaceSetMaterial
GodotMethod!(void, RID, long, RID) meshSurfaceSetMaterial;
Undocumented in source.
meshSurfaceUpdateRegion
GodotMethod!(void, RID, long, long, PoolByteArray) meshSurfaceUpdateRegion;
Undocumented in source.
multimeshAllocate
GodotMethod!(void, RID, long, long, long, long) multimeshAllocate;
Undocumented in source.
multimeshGetAabb
GodotMethod!(AABB, RID) multimeshGetAabb;
Undocumented in source.
multimeshGetInstanceCount
GodotMethod!(long, RID) multimeshGetInstanceCount;
Undocumented in source.
multimeshGetMesh
GodotMethod!(RID, RID) multimeshGetMesh;
Undocumented in source.
multimeshGetVisibleInstances
GodotMethod!(long, RID) multimeshGetVisibleInstances;
Undocumented in source.
multimeshInstanceGetColor
GodotMethod!(Color, RID, long) multimeshInstanceGetColor;
Undocumented in source.
multimeshInstanceGetCustomData
GodotMethod!(Color, RID, long) multimeshInstanceGetCustomData;
Undocumented in source.
multimeshInstanceGetTransform
GodotMethod!(Transform, RID, long) multimeshInstanceGetTransform;
Undocumented in source.
multimeshInstanceGetTransform2d
GodotMethod!(Transform2D, RID, long) multimeshInstanceGetTransform2d;
Undocumented in source.
multimeshInstanceSetColor
GodotMethod!(void, RID, long, Color) multimeshInstanceSetColor;
Undocumented in source.
multimeshInstanceSetCustomData
GodotMethod!(void, RID, long, Color) multimeshInstanceSetCustomData;
Undocumented in source.
multimeshInstanceSetTransform
GodotMethod!(void, RID, long, Transform) multimeshInstanceSetTransform;
Undocumented in source.
multimeshInstanceSetTransform2d
GodotMethod!(void, RID, long, Transform2D) multimeshInstanceSetTransform2d;
Undocumented in source.
multimeshSetAsBulkArray
GodotMethod!(void, RID, PoolRealArray) multimeshSetAsBulkArray;
Undocumented in source.
multimeshSetMesh
GodotMethod!(void, RID, RID) multimeshSetMesh;
Undocumented in source.
multimeshSetVisibleInstances
GodotMethod!(void, RID, long) multimeshSetVisibleInstances;
Undocumented in source.
omniLightCreate
GodotMethod!(RID) omniLightCreate;
Undocumented in source.
particlesCreate
GodotMethod!(RID) particlesCreate;
Undocumented in source.
particlesGetCurrentAabb
GodotMethod!(AABB, RID) particlesGetCurrentAabb;
Undocumented in source.
particlesGetEmitting
GodotMethod!(bool, RID) particlesGetEmitting;
Undocumented in source.
particlesRestart
GodotMethod!(void, RID) particlesRestart;
Undocumented in source.
particlesSetAmount
GodotMethod!(void, RID, long) particlesSetAmount;
Undocumented in source.
particlesSetCustomAabb
GodotMethod!(void, RID, AABB) particlesSetCustomAabb;
Undocumented in source.
particlesSetDrawOrder
GodotMethod!(void, RID, long) particlesSetDrawOrder;
Undocumented in source.
particlesSetDrawPassMesh
GodotMethod!(void, RID, long, RID) particlesSetDrawPassMesh;
Undocumented in source.
particlesSetDrawPasses
GodotMethod!(void, RID, long) particlesSetDrawPasses;
Undocumented in source.
particlesSetEmissionTransform
GodotMethod!(void, RID, Transform) particlesSetEmissionTransform;
Undocumented in source.
particlesSetEmitting
GodotMethod!(void, RID, bool) particlesSetEmitting;
Undocumented in source.
particlesSetExplosivenessRatio
GodotMethod!(void, RID, double) particlesSetExplosivenessRatio;
Undocumented in source.
particlesSetFixedFps
GodotMethod!(void, RID, long) particlesSetFixedFps;
Undocumented in source.
particlesSetFractionalDelta
GodotMethod!(void, RID, bool) particlesSetFractionalDelta;
Undocumented in source.
particlesSetLifetime
GodotMethod!(void, RID, double) particlesSetLifetime;
Undocumented in source.
particlesSetOneShot
GodotMethod!(void, RID, bool) particlesSetOneShot;
Undocumented in source.
particlesSetPreProcessTime
GodotMethod!(void, RID, double) particlesSetPreProcessTime;
Undocumented in source.
particlesSetProcessMaterial
GodotMethod!(void, RID, RID) particlesSetProcessMaterial;
Undocumented in source.
particlesSetRandomnessRatio
GodotMethod!(void, RID, double) particlesSetRandomnessRatio;
Undocumented in source.
particlesSetSpeedScale
GodotMethod!(void, RID, double) particlesSetSpeedScale;
Undocumented in source.
particlesSetUseLocalCoordinates
GodotMethod!(void, RID, bool) particlesSetUseLocalCoordinates;
Undocumented in source.
reflectionProbeCreate
GodotMethod!(RID) reflectionProbeCreate;
Undocumented in source.
reflectionProbeSetAsInterior
GodotMethod!(void, RID, bool) reflectionProbeSetAsInterior;
Undocumented in source.
reflectionProbeSetCullMask
GodotMethod!(void, RID, long) reflectionProbeSetCullMask;
Undocumented in source.
reflectionProbeSetEnableBoxProjection
GodotMethod!(void, RID, bool) reflectionProbeSetEnableBoxProjection;
Undocumented in source.
reflectionProbeSetEnableShadows
GodotMethod!(void, RID, bool) reflectionProbeSetEnableShadows;
Undocumented in source.
reflectionProbeSetExtents
GodotMethod!(void, RID, Vector3) reflectionProbeSetExtents;
Undocumented in source.
reflectionProbeSetIntensity
GodotMethod!(void, RID, double) reflectionProbeSetIntensity;
Undocumented in source.
reflectionProbeSetInteriorAmbient
GodotMethod!(void, RID, Color) reflectionProbeSetInteriorAmbient;
Undocumented in source.
reflectionProbeSetInteriorAmbientEnergy
GodotMethod!(void, RID, double) reflectionProbeSetInteriorAmbientEnergy;
Undocumented in source.
reflectionProbeSetInteriorAmbientProbeContribution
GodotMethod!(void, RID, double) reflectionProbeSetInteriorAmbientProbeContribution;
Undocumented in source.
reflectionProbeSetMaxDistance
GodotMethod!(void, RID, double) reflectionProbeSetMaxDistance;
Undocumented in source.
reflectionProbeSetOriginOffset
GodotMethod!(void, RID, Vector3) reflectionProbeSetOriginOffset;
Undocumented in source.
reflectionProbeSetUpdateMode
GodotMethod!(void, RID, long) reflectionProbeSetUpdateMode;
Undocumented in source.
requestFrameDrawnCallback
GodotMethod!(void, GodotObject, String, Variant) requestFrameDrawnCallback;
Undocumented in source.
scenarioCreate
GodotMethod!(RID) scenarioCreate;
Undocumented in source.
scenarioSetDebug
GodotMethod!(void, RID, long) scenarioSetDebug;
Undocumented in source.
scenarioSetEnvironment
GodotMethod!(void, RID, RID) scenarioSetEnvironment;
Undocumented in source.
scenarioSetFallbackEnvironment
GodotMethod!(void, RID, RID) scenarioSetFallbackEnvironment;
Undocumented in source.
scenarioSetReflectionAtlasSize
GodotMethod!(void, RID, long, long) scenarioSetReflectionAtlasSize;
Undocumented in source.
setBootImage
GodotMethod!(void, Image, Color, bool) setBootImage;
Undocumented in source.
setDebugGenerateWireframes
GodotMethod!(void, bool) setDebugGenerateWireframes;
Undocumented in source.
setDefaultClearColor
GodotMethod!(void, Color) setDefaultClearColor;
Undocumented in source.
shaderCreate
GodotMethod!(RID) shaderCreate;
Undocumented in source.
shaderGetCode
GodotMethod!(String, RID) shaderGetCode;
Undocumented in source.
shaderGetDefaultTextureParam
GodotMethod!(RID, RID, String) shaderGetDefaultTextureParam;
Undocumented in source.
shaderGetParamList
GodotMethod!(Array, RID) shaderGetParamList;
Undocumented in source.
shaderSetCode
GodotMethod!(void, RID, String) shaderSetCode;
Undocumented in source.
shaderSetDefaultTextureParam
GodotMethod!(void, RID, String, RID) shaderSetDefaultTextureParam;
Undocumented in source.
skeletonAllocate
GodotMethod!(void, RID, long, bool) skeletonAllocate;
Undocumented in source.
skeletonBoneGetTransform
GodotMethod!(Transform, RID, long) skeletonBoneGetTransform;
Undocumented in source.
skeletonBoneGetTransform2d
GodotMethod!(Transform2D, RID, long) skeletonBoneGetTransform2d;
Undocumented in source.
skeletonBoneSetTransform
GodotMethod!(void, RID, long, Transform) skeletonBoneSetTransform;
Undocumented in source.
skeletonBoneSetTransform2d
GodotMethod!(void, RID, long, Transform2D) skeletonBoneSetTransform2d;
Undocumented in source.
skeletonCreate
GodotMethod!(RID) skeletonCreate;
Undocumented in source.
skeletonGetBoneCount
GodotMethod!(long, RID) skeletonGetBoneCount;
Undocumented in source.
skyCreate
GodotMethod!(RID) skyCreate;
Undocumented in source.
skySetTexture
GodotMethod!(void, RID, RID, long) skySetTexture;
Undocumented in source.
spotLightCreate
GodotMethod!(RID) spotLightCreate;
Undocumented in source.
sync
GodotMethod!(void) sync;
Undocumented in source.
textureAllocate
GodotMethod!(void, RID, long, long, long, long, long, long) textureAllocate;
Undocumented in source.
textureCreate
GodotMethod!(RID) textureCreate;
Undocumented in source.
textureCreateFromImage
GodotMethod!(RID, Image, long) textureCreateFromImage;
Undocumented in source.
textureDebugUsage
GodotMethod!(Array) textureDebugUsage;
Undocumented in source.
textureGetData
GodotMethod!(Image, RID, long) textureGetData;
Undocumented in source.
textureGetDepth
GodotMethod!(long, RID) textureGetDepth;
Undocumented in source.
textureGetFlags
GodotMethod!(long, RID) textureGetFlags;
Undocumented in source.
textureGetFormat
GodotMethod!(Image.Format, RID) textureGetFormat;
Undocumented in source.
textureGetHeight
GodotMethod!(long, RID) textureGetHeight;
Undocumented in source.
textureGetPath
GodotMethod!(String, RID) textureGetPath;
Undocumented in source.
textureGetTexid
GodotMethod!(long, RID) textureGetTexid;
Undocumented in source.
textureGetType
GodotMethod!(VisualServer.TextureType, RID) textureGetType;
Undocumented in source.
textureGetWidth
GodotMethod!(long, RID) textureGetWidth;
Undocumented in source.
textureSetData
GodotMethod!(void, RID, Image, long) textureSetData;
Undocumented in source.
textureSetDataPartial
GodotMethod!(void, RID, Image, long, long, long, long, long, long, long, long) textureSetDataPartial;
Undocumented in source.
textureSetFlags
GodotMethod!(void, RID, long) textureSetFlags;
Undocumented in source.
textureSetPath
GodotMethod!(void, RID, String) textureSetPath;
Undocumented in source.
textureSetShrinkAllX2OnSetData
GodotMethod!(void, bool) textureSetShrinkAllX2OnSetData;
Undocumented in source.
textureSetSizeOverride
GodotMethod!(void, RID, long, long, long) textureSetSizeOverride;
Undocumented in source.
texturesKeepOriginal
GodotMethod!(void, bool) texturesKeepOriginal;
Undocumented in source.
viewportAttachCamera
GodotMethod!(void, RID, RID) viewportAttachCamera;
Undocumented in source.
viewportAttachCanvas
GodotMethod!(void, RID, RID) viewportAttachCanvas;
Undocumented in source.
viewportAttachToScreen
GodotMethod!(void, RID, Rect2, long) viewportAttachToScreen;
Undocumented in source.
viewportCreate
GodotMethod!(RID) viewportCreate;
Undocumented in source.
viewportDetach
GodotMethod!(void, RID) viewportDetach;
Undocumented in source.
viewportGetRenderInfo
GodotMethod!(long, RID, long) viewportGetRenderInfo;
Undocumented in source.
viewportGetTexture
GodotMethod!(RID, RID) viewportGetTexture;
Undocumented in source.
viewportRemoveCanvas
GodotMethod!(void, RID, RID) viewportRemoveCanvas;
Undocumented in source.
viewportSetActive
GodotMethod!(void, RID, bool) viewportSetActive;
Undocumented in source.
viewportSetCanvasLayer
GodotMethod!(void, RID, RID, long) viewportSetCanvasLayer;
Undocumented in source.
viewportSetCanvasTransform
GodotMethod!(void, RID, RID, Transform2D) viewportSetCanvasTransform;
Undocumented in source.
viewportSetClearMode
GodotMethod!(void, RID, long) viewportSetClearMode;
Undocumented in source.
viewportSetDebugDraw
GodotMethod!(void, RID, long) viewportSetDebugDraw;
Undocumented in source.
viewportSetDisable3d
GodotMethod!(void, RID, bool) viewportSetDisable3d;
Undocumented in source.
viewportSetDisableEnvironment
GodotMethod!(void, RID, bool) viewportSetDisableEnvironment;
Undocumented in source.
viewportSetGlobalCanvasTransform
GodotMethod!(void, RID, Transform2D) viewportSetGlobalCanvasTransform;
Undocumented in source.
viewportSetHdr
GodotMethod!(void, RID, bool) viewportSetHdr;
Undocumented in source.
viewportSetHideCanvas
GodotMethod!(void, RID, bool) viewportSetHideCanvas;
Undocumented in source.
viewportSetHideScenario
GodotMethod!(void, RID, bool) viewportSetHideScenario;
Undocumented in source.
viewportSetMsaa
GodotMethod!(void, RID, long) viewportSetMsaa;
Undocumented in source.
viewportSetParentViewport
GodotMethod!(void, RID, RID) viewportSetParentViewport;
Undocumented in source.
viewportSetScenario
GodotMethod!(void, RID, RID) viewportSetScenario;
Undocumented in source.
viewportSetShadowAtlasQuadrantSubdivision
GodotMethod!(void, RID, long, long) viewportSetShadowAtlasQuadrantSubdivision;
Undocumented in source.
viewportSetShadowAtlasSize
GodotMethod!(void, RID, long) viewportSetShadowAtlasSize;
Undocumented in source.
viewportSetSize
GodotMethod!(void, RID, long, long) viewportSetSize;
Undocumented in source.
viewportSetTransparentBackground
GodotMethod!(void, RID, bool) viewportSetTransparentBackground;
Undocumented in source.
viewportSetUpdateMode
GodotMethod!(void, RID, long) viewportSetUpdateMode;
Undocumented in source.
viewportSetUsage
GodotMethod!(void, RID, long) viewportSetUsage;
Undocumented in source.
viewportSetUseArvr
GodotMethod!(void, RID, bool) viewportSetUseArvr;
Undocumented in source.
viewportSetVflip
GodotMethod!(void, RID, bool) viewportSetVflip;
Undocumented in source.

Meta