C# Class SunPuzzle, PGP2

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public RaycastHit,UnityEngine hit
return UnityEngine.RaycastHit

reflect public_oe property

public string reflect
return string

spotLightAngle public_oe property

public int spotLightAngle
return int

trigger public_oe property

public string trigger
return string