R3d.Fixture:raycast
From GiderosMobile
Revision as of 06:35, 23 January 2020 by MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Fixture<br/> === Description === Performs a ray cast on the fixture. <source lang="lua"> r3d.Fixture:raycast(...")
Available since: Gideros 2019.10
Class: R3d.Fixture
Description
Performs a ray cast on the fixture.
r3d.Fixture:raycast(sx,sy,sz,ex,ey,ez)
Parameters
sx: (number) the starting position of the raycast on the X axis
sy: (number) the starting position of the raycast on the Y axis
sz: (number) the starting position of the raycast on the Z axis
ex: (number) the ending position of the raycast on the X axis
ey: (number) the ending position of the raycast on the Y axis
ez: (number) the ending position of the raycast on the Z axis
Example