RayCast.GDNativeClassBinding

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

Members

Static variables

addException
GodotMethod!(void, GodotObject) addException;
Undocumented in source.
addExceptionRid
GodotMethod!(void, RID) addExceptionRid;
Undocumented in source.
clearExceptions
GodotMethod!(void) clearExceptions;
Undocumented in source.
forceRaycastUpdate
GodotMethod!(void) forceRaycastUpdate;
Undocumented in source.
getCastTo
GodotMethod!(Vector3) getCastTo;
Undocumented in source.
getCollider
GodotMethod!(GodotObject) getCollider;
Undocumented in source.
getColliderShape
GodotMethod!(long) getColliderShape;
Undocumented in source.
getCollisionMask
GodotMethod!(long) getCollisionMask;
Undocumented in source.
getCollisionMaskBit
GodotMethod!(bool, long) getCollisionMaskBit;
Undocumented in source.
getCollisionNormal
GodotMethod!(Vector3) getCollisionNormal;
Undocumented in source.
getCollisionPoint
GodotMethod!(Vector3) getCollisionPoint;
Undocumented in source.
getExcludeParentBody
GodotMethod!(bool) getExcludeParentBody;
Undocumented in source.
isCollideWithAreasEnabled
GodotMethod!(bool) isCollideWithAreasEnabled;
Undocumented in source.
isCollideWithBodiesEnabled
GodotMethod!(bool) isCollideWithBodiesEnabled;
Undocumented in source.
isColliding
GodotMethod!(bool) isColliding;
Undocumented in source.
isEnabled
GodotMethod!(bool) isEnabled;
Undocumented in source.
removeException
GodotMethod!(void, GodotObject) removeException;
Undocumented in source.
removeExceptionRid
GodotMethod!(void, RID) removeExceptionRid;
Undocumented in source.
setCastTo
GodotMethod!(void, Vector3) setCastTo;
Undocumented in source.
setCollideWithAreas
GodotMethod!(void, bool) setCollideWithAreas;
Undocumented in source.
setCollideWithBodies
GodotMethod!(void, bool) setCollideWithBodies;
Undocumented in source.
setCollisionMask
GodotMethod!(void, long) setCollisionMask;
Undocumented in source.
setCollisionMaskBit
GodotMethod!(void, long, bool) setCollisionMaskBit;
Undocumented in source.
setEnabled
GodotMethod!(void, bool) setEnabled;
Undocumented in source.
setExcludeParentBody
GodotMethod!(void, bool) setExcludeParentBody;
Undocumented in source.

Meta