C# Class TriggeredMoveObject, gmap377_leathGloves_inc

Inheritance: MonoBehaviour, TriggeredObject
Datei anzeigen Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
endDelay float
startDelay float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
doAction ( TriggerSignalObject, trigger ) : void
getIsTriggered ( ) : bool
getLoop ( ) : bool
setIsTriggered ( bool value ) : 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

Property Details

endDelay public_oe property

public float endDelay
return float

startDelay public_oe property

public float startDelay
return float