Tile - YPhysics - Overlap Sphere – Ylands

From Bohemia Interactive Community
Revision as of 09:53, 8 July 2021 by YlandsClassyBot (talk | contribs) (Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Overlap Sphere(Center, Radius) == File:Yland...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overlap Sphere(Center, Radius)

YlandsTile-846.png

static overlapSphere(center: YVector3, radius: number): YEntity[];

Parameters

center

radius

Returns

YEntity[]

Description

This instruction will check for colliders in a sphere of a given radius at a given position.

Notes

  • Returns an array with a list of said colliders.
  • Creates and fills a new array each time the instruction is called.