PixelCrushers.DialogueSystem.StopConversationIfTooFar Class Reference

Stops a conversation if the distance between the participants exceeds a specified maximum. More...

Inheritance diagram for PixelCrushers.DialogueSystem.StopConversationIfTooFar:
Collaboration diagram for PixelCrushers.DialogueSystem.StopConversationIfTooFar:

Public Attributes

float maxDistance = 5f
 The max distance to allow the continue to continue. More...
 
float monitorFrequency = 1f
 The frequency at which to check distance. More...
 

Detailed Description

Stops a conversation if the distance between the participants exceeds a specified maximum.

Member Data Documentation

◆ maxDistance

float PixelCrushers.DialogueSystem.StopConversationIfTooFar.maxDistance = 5f

The max distance to allow the continue to continue.

◆ monitorFrequency

float PixelCrushers.DialogueSystem.StopConversationIfTooFar.monitorFrequency = 1f

The frequency at which to check distance.


The documentation for this class was generated from the following file: