Click or drag to resize

TriggerOnCollision Class

Triggers when this object collides with another collider.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          DustProductions.TriggerMeTimbersTrigger
            DustProductions.TriggerMeTimbersTriggerOnCollision

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

The TriggerOnCollision type exposes the following members.

Constructors
  NameDescription
Public methodTriggerOnCollision
Initializes a new instance of the TriggerOnCollision class
Top
Methods
Fields
  NameDescription
Protected fieldUnityTags
The storage of the Unity tags locally on this object.
Top
See Also