C# Class ScanningLaser, Uniject

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

Méthodes publiques

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

Method Details

ScanningLaser() public méthode

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
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void