playMaker

Author Topic: Raycast Measure  (Read 2056 times)

SeanC

  • Junior Playmaker
  • **
  • Posts: 61
Raycast Measure
« on: July 10, 2012, 03:33:44 PM »
Is there a way to measure the length of a raycast each frame it is cast and store it in a variable?

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Raycast Measure
« Reply #1 on: July 11, 2012, 11:19:06 AM »
Try Get Raycast Hit Info:
https://hutonggames.fogbugz.com/default.asp?W491

Store the Distance in a variable.