CSGShape.GDNativeClassBinding

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

Members

Static variables

_updateShape
GodotMethod!(void) _updateShape;
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.
getMeshes
GodotMethod!(Array) getMeshes;
Undocumented in source.
getOperation
GodotMethod!(CSGShape.Operation) getOperation;
Undocumented in source.
getSnap
GodotMethod!(double) getSnap;
Undocumented in source.
isCalculatingTangents
GodotMethod!(bool) isCalculatingTangents;
Undocumented in source.
isRootShape
GodotMethod!(bool) isRootShape;
Undocumented in source.
isUsingCollision
GodotMethod!(bool) isUsingCollision;
Undocumented in source.
setCalculateTangents
GodotMethod!(void, bool) setCalculateTangents;
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.
setOperation
GodotMethod!(void, long) setOperation;
Undocumented in source.
setSnap
GodotMethod!(void, double) setSnap;
Undocumented in source.
setUseCollision
GodotMethod!(void, bool) setUseCollision;
Undocumented in source.

Meta