PixelCrushers.DialogueSystem.StartSequenceOnDialogueEvent.SequenceAction Class Reference

The parameters for a sequence action. More...

Inheritance diagram for PixelCrushers.DialogueSystem.StartSequenceOnDialogueEvent.SequenceAction:
Collaboration diagram for PixelCrushers.DialogueSystem.StartSequenceOnDialogueEvent.SequenceAction:

Public Attributes

Transform actor
 The actor performing the sequence.
 
Transform otherParticipant
 The other participant (e.g., in a conversation, this is the "listener").
 
string sequence
 The sequence to play.
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.ActOnDialogueEvent.Action
Condition condition = new Condition()
 

Detailed Description

The parameters for a sequence action.

Member Data Documentation

◆ actor

Transform PixelCrushers.DialogueSystem.StartSequenceOnDialogueEvent.SequenceAction.actor

The actor performing the sequence.

◆ otherParticipant

Transform PixelCrushers.DialogueSystem.StartSequenceOnDialogueEvent.SequenceAction.otherParticipant

The other participant (e.g., in a conversation, this is the "listener").

◆ sequence

string PixelCrushers.DialogueSystem.StartSequenceOnDialogueEvent.SequenceAction.sequence

The sequence to play.


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