C# Class lvl4LightReflection, PGP2

Inheritance: MonoBehaviour
Mostrar archivo Open project: theiis/PGP2

Public Properties

Property Type Description
hit UnityEngine.RaycastHit
spotLightAngle int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
drawLaser ( Vector3 startPoint, int n ) : void
getRayHit ( ) : RaycastHit

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

drawLaser() public method

public drawLaser ( Vector3 startPoint, int n ) : void
startPoint Vector3
n int
return void

getRayHit() public method

public getRayHit ( ) : RaycastHit
return UnityEngine.RaycastHit

Property Details

hit public_oe property

public RaycastHit,UnityEngine hit
return UnityEngine.RaycastHit

spotLightAngle public_oe property

public int spotLightAngle
return int