C# Class InteractableSpeechBubble, Team4BabelGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentPlayerSignId int
NarrativeSpeechBubble UnityEngine.RectTransform
PlayerSignBubble UnityEngine.RectTransform
PlayerSignBubbleStayTime float
SidekickSignBubble UnityEngine.RectTransform
SignPrefab GameObject
bubbleOffset Vector2
narrativeDanish List
narrativeEnglish List
speechListDanish SpeechList,
speechListEnglish SpeechList,
wordsForNewLine int

Méthodes publiques

Méthode Description
ActivatePlayerSignBubble ( List ids ) : void
ActivateSidekickSignBubble ( List ids ) : void
GetNextSpeech ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
AddNewLineToNarrative ( string text ) : string
AddNewLines ( string text ) : string
ChangeNarativeSpeachBubble ( List narrative ) : IEnumerator
SignBubbleTimer ( RectTransform PlayerSignBubble ) : IEnumerator

Method Details

ActivatePlayerSignBubble() public méthode

public ActivatePlayerSignBubble ( List ids ) : void
ids List
Résultat void

ActivateSidekickSignBubble() public méthode

public ActivateSidekickSignBubble ( List ids ) : void
ids List
Résultat void

GetNextSpeech() public méthode

public GetNextSpeech ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

CurrentPlayerSignId public_oe property

public int CurrentPlayerSignId
Résultat int

NarrativeSpeechBubble public_oe property

public RectTransform,UnityEngine NarrativeSpeechBubble
Résultat UnityEngine.RectTransform

PlayerSignBubble public_oe property

public RectTransform,UnityEngine PlayerSignBubble
Résultat UnityEngine.RectTransform

PlayerSignBubbleStayTime public_oe property

public float PlayerSignBubbleStayTime
Résultat float

SidekickSignBubble public_oe property

public RectTransform,UnityEngine SidekickSignBubble
Résultat UnityEngine.RectTransform

SignPrefab public_oe property

public GameObject SignPrefab
Résultat GameObject

bubbleOffset public_oe property

public Vector2 bubbleOffset
Résultat Vector2

narrativeDanish public_oe property

public List narrativeDanish
Résultat List

narrativeEnglish public_oe property

public List narrativeEnglish
Résultat List

speechListDanish public_oe property

public SpeechList, speechListDanish
Résultat SpeechList,

speechListEnglish public_oe property

public SpeechList, speechListEnglish
Résultat SpeechList,

wordsForNewLine public_oe property

public int wordsForNewLine
Résultat int