C# Class ScanningLaser, Uniject

A rotating box that casts a ray into the world, placing a sphere at the point of intersection.
Mostra file Open project: banderous/Uniject

Public Methods

Method Description
ScanningLaser ( TestableGameObject obj, Box, box, [ sphere, IPhysics physics, IRigidBody body, ILayerMask layerMask ) : System
Update ( ) : void

Method Details

ScanningLaser() public method

public ScanningLaser ( TestableGameObject obj, Box, box, [ sphere, IPhysics physics, IRigidBody body, ILayerMask layerMask ) : System
obj TestableGameObject
box Box,
sphere [
physics IPhysics
body IRigidBody
layerMask ILayerMask
return System

Update() public method

public Update ( ) : void
return void