Click or drag to resize

TriggerOnUpdate Class

Uses Unity's Update functions to send Triggers. I would recommend using as few of these as possible, as most everything should be able to be done without the Update functions using Trigger Me Timbers.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          DustProductions.TriggerMeTimbersTrigger
            DustProductions.TriggerMeTimbersTriggerOnUpdate

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TriggerOnUpdate : Trigger

The TriggerOnUpdate type exposes the following members.

Constructors
  NameDescription
Public methodTriggerOnUpdate
Initializes a new instance of the TriggerOnUpdate class
Top
Methods
See Also