C# Class TriggeredLaserObject, gmap377_leathGloves_inc

Inheritance: MonoBehaviour, TriggeredObject
Show file Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
loop bool
on bool

Public Methods

Method 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 method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

doAction() public method

public doAction ( TriggerSignalObject, trigger ) : void
trigger TriggerSignalObject,
return void

getIsTriggered() public method

public getIsTriggered ( ) : bool
return bool

getLoop() public method

public getLoop ( ) : bool
return bool

setIsTriggered() public method

public setIsTriggered ( bool value ) : void
value bool
return void

switchOnOff() public method

public switchOnOff ( bool state ) : void
state bool
return void

Property Details

loop public property

public bool loop
return bool

on public property

public bool on
return bool