@quenty/touchingpartutils
Version:
Utility to get touching parts on a Roblox part. This acts as a performance-friendly way to query Roblox's spatial tree.
35 lines (34 loc) • 817 B
JSON
{
"name": "@quenty/touchingpartutils",
"version": "2.2.4",
"description": "Utility to get touching parts on a Roblox part. This acts as a performance-friendly way to query Roblox's spatial tree.",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"Collision"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/touchingpartutils/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"publishConfig": {
"access": "public"
},
"gitHead": "76f1dfb1936388838b2fd734e263a6af2ae9277b"
}