Area2D.GDNativeClassBinding

Undocumented in source.
struct Area2D
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_areaEnterTree
GodotMethod!(void, long) _areaEnterTree;
Undocumented in source.
_areaExitTree
GodotMethod!(void, long) _areaExitTree;
Undocumented in source.
_areaInout
GodotMethod!(void, long, RID, long, long, long) _areaInout;
Undocumented in source.
_bodyEnterTree
GodotMethod!(void, long) _bodyEnterTree;
Undocumented in source.
_bodyExitTree
GodotMethod!(void, long) _bodyExitTree;
Undocumented in source.
_bodyInout
GodotMethod!(void, long, RID, long, long, long) _bodyInout;
Undocumented in source.
getAngularDamp
GodotMethod!(double) getAngularDamp;
Undocumented in source.
getAudioBusName
GodotMethod!(String) getAudioBusName;
Undocumented in source.
getCollisionLayer
GodotMethod!(long) getCollisionLayer;
Undocumented in source.
getCollisionLayerBit
GodotMethod!(bool, long) getCollisionLayerBit;
Undocumented in source.
getCollisionMask
GodotMethod!(long) getCollisionMask;
Undocumented in source.
getCollisionMaskBit
GodotMethod!(bool, long) getCollisionMaskBit;
Undocumented in source.
getGravity
GodotMethod!(double) getGravity;
Undocumented in source.
getGravityDistanceScale
GodotMethod!(double) getGravityDistanceScale;
Undocumented in source.
getGravityVector
GodotMethod!(Vector2) getGravityVector;
Undocumented in source.
getLinearDamp
GodotMethod!(double) getLinearDamp;
Undocumented in source.
getOverlappingAreas
GodotMethod!(Array) getOverlappingAreas;
Undocumented in source.
getOverlappingBodies
GodotMethod!(Array) getOverlappingBodies;
Undocumented in source.
getPriority
GodotMethod!(double) getPriority;
Undocumented in source.
getSpaceOverrideMode
GodotMethod!(Area2D.SpaceOverride) getSpaceOverrideMode;
Undocumented in source.
isGravityAPoint
GodotMethod!(bool) isGravityAPoint;
Undocumented in source.
isMonitorable
GodotMethod!(bool) isMonitorable;
Undocumented in source.
isMonitoring
GodotMethod!(bool) isMonitoring;
Undocumented in source.
isOverridingAudioBus
GodotMethod!(bool) isOverridingAudioBus;
Undocumented in source.
overlapsArea
GodotMethod!(bool, Node) overlapsArea;
Undocumented in source.
overlapsBody
GodotMethod!(bool, Node) overlapsBody;
Undocumented in source.
setAngularDamp
GodotMethod!(void, double) setAngularDamp;
Undocumented in source.
setAudioBusName
GodotMethod!(void, String) setAudioBusName;
Undocumented in source.
setAudioBusOverride
GodotMethod!(void, bool) setAudioBusOverride;
Undocumented in source.
setCollisionLayer
GodotMethod!(void, long) setCollisionLayer;
Undocumented in source.
setCollisionLayerBit
GodotMethod!(void, long, bool) setCollisionLayerBit;
Undocumented in source.
setCollisionMask
GodotMethod!(void, long) setCollisionMask;
Undocumented in source.
setCollisionMaskBit
GodotMethod!(void, long, bool) setCollisionMaskBit;
Undocumented in source.
setGravity
GodotMethod!(void, double) setGravity;
Undocumented in source.
setGravityDistanceScale
GodotMethod!(void, double) setGravityDistanceScale;
Undocumented in source.
setGravityIsPoint
GodotMethod!(void, bool) setGravityIsPoint;
Undocumented in source.
setGravityVector
GodotMethod!(void, Vector2) setGravityVector;
Undocumented in source.
setLinearDamp
GodotMethod!(void, double) setLinearDamp;
Undocumented in source.
setMonitorable
GodotMethod!(void, bool) setMonitorable;
Undocumented in source.
setMonitoring
GodotMethod!(void, bool) setMonitoring;
Undocumented in source.
setPriority
GodotMethod!(void, double) setPriority;
Undocumented in source.
setSpaceOverrideMode
GodotMethod!(void, long) setSpaceOverrideMode;
Undocumented in source.

Meta