Table of Contents

Class Raycast

Namespace
LibGFX.Physics
Assembly
LibGFX.dll
public class Raycast
Inheritance
Raycast
Inherited Members

Methods

PerformRaycastFromScreen(PerspectiveCamera, Viewport, PhysicsHandler3D, int, int)

public static HitResult PerformRaycastFromScreen(PerspectiveCamera camera, Viewport viewport, PhysicsHandler3D physicHandler, int posX, int posY)

Parameters

camera PerspectiveCamera
viewport Viewport
physicHandler PhysicsHandler3D
posX int
posY int

Returns

HitResult