C# Class TriggeredLaserObject, gmap377_leathGloves_inc

Inheritance: MonoBehaviour, TriggeredObject
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc

Méthodes publiques

Свойство Type Description
loop bool
on bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
doAction ( TriggerSignalObject, trigger ) : void
getIsTriggered ( ) : bool
getLoop ( ) : bool
setIsTriggered ( bool value ) : void
switchOnOff ( bool state ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

doAction() public méthode

public doAction ( TriggerSignalObject, trigger ) : void
trigger TriggerSignalObject,
Résultat void

getIsTriggered() public méthode

public getIsTriggered ( ) : bool
Résultat bool

getLoop() public méthode

public getLoop ( ) : bool
Résultat bool

setIsTriggered() public méthode

public setIsTriggered ( bool value ) : void
value bool
Résultat void

switchOnOff() public méthode

public switchOnOff ( bool state ) : void
state bool
Résultat void

Property Details

loop public_oe property

public bool loop
Résultat bool

on public_oe property

public bool on
Résultat bool