C# Class SunPuzzle, PGP2

Inheritance: MonoBehaviour
Show file Open project: theiis/PGP2

Public Properties

Property Type Description
hit UnityEngine.RaycastHit
reflect string
spotLightAngle int
trigger string

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 property

public RaycastHit,UnityEngine hit
return UnityEngine.RaycastHit

reflect public property

public string reflect
return string

spotLightAngle public property

public int spotLightAngle
return int

trigger public property

public string trigger
return string