Click or drag to resize

TriggerableAddForceToRigidbody Class

Use apply physics forces to a Rigidbody on some sort of trigger. If you aren't sure what type of force to use, check Unity's documentation.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          DustProductions.TriggerMeTimbersTriggerable
            DustProductions.TriggerMeTimbersTriggerableAddForceToRigidbody

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

The TriggerableAddForceToRigidbody type exposes the following members.

Constructors
  NameDescription
Public methodTriggerableAddForceToRigidbody
Initializes a new instance of the TriggerableAddForceToRigidbody class
Top
Methods
See Also