C# Class SunPuzzle, PGP2

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

Méthodes publiques

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

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

reflect public_oe property

public string reflect
Résultat string

spotLightAngle public_oe property

public int spotLightAngle
Résultat int

trigger public_oe property

public string trigger
Résultat string