C# Class LightReflection, PGP2

Inheritance: MonoBehaviour
Mostra file Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
hit UnityEngine.RaycastHit
spotLightAngle int

Public Methods

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

Method Details

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