C# Class LightDetector, Pharos

Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
isActivated bool
lightnumber int
speed float
targetlocation Transform

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void
moveLight ( ) : void
setMove ( bool yes ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

moveLight() public méthode

public moveLight ( ) : void
Résultat void

setMove() public méthode

public setMove ( bool yes ) : void
yes bool
Résultat void

Property Details

isActivated public_oe property

public bool isActivated
Résultat bool

lightnumber public_oe property

public int lightnumber
Résultat int

speed public_oe property

public float speed
Résultat float

targetlocation public_oe property

public Transform targetlocation
Résultat Transform