C# Class lvl4LightReflection, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2

Méthodes publiques

Свойство Type Description
hit UnityEngine.RaycastHit
spotLightAngle int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
drawLaser ( Vector3 startPoint, int n ) : void
getRayHit ( ) : RaycastHit

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

drawLaser() public méthode

public drawLaser ( Vector3 startPoint, int n ) : void
startPoint Vector3
n int
Résultat void

getRayHit() public méthode

public getRayHit ( ) : RaycastHit
Résultat UnityEngine.RaycastHit

Property Details

hit public_oe property

public RaycastHit,UnityEngine hit
Résultat UnityEngine.RaycastHit

spotLightAngle public_oe property

public int spotLightAngle
Résultat int