C# Class InteractableSpeechBubble, Team4BabelGame

Inheritance: MonoBehaviour
ファイルを表示 Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
ActivatePlayerSignBubble ( List ids ) : void
ActivateSidekickSignBubble ( List ids ) : void
GetNextSpeech ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
AddNewLineToNarrative ( string text ) : string
AddNewLines ( string text ) : string
ChangeNarativeSpeachBubble ( List narrative ) : IEnumerator
SignBubbleTimer ( RectTransform PlayerSignBubble ) : IEnumerator

Method Details

ActivatePlayerSignBubble() public method

public ActivatePlayerSignBubble ( List ids ) : void
ids List
return void

ActivateSidekickSignBubble() public method

public ActivateSidekickSignBubble ( List ids ) : void
ids List
return void

GetNextSpeech() public method

public GetNextSpeech ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

CurrentPlayerSignId public_oe property

public int CurrentPlayerSignId
return int

NarrativeSpeechBubble public_oe property

public RectTransform,UnityEngine NarrativeSpeechBubble
return UnityEngine.RectTransform

PlayerSignBubble public_oe property

public RectTransform,UnityEngine PlayerSignBubble
return UnityEngine.RectTransform

PlayerSignBubbleStayTime public_oe property

public float PlayerSignBubbleStayTime
return float

SidekickSignBubble public_oe property

public RectTransform,UnityEngine SidekickSignBubble
return UnityEngine.RectTransform

SignPrefab public_oe property

public GameObject SignPrefab
return GameObject

bubbleOffset public_oe property

public Vector2 bubbleOffset
return Vector2

narrativeDanish public_oe property

public List narrativeDanish
return List

narrativeEnglish public_oe property

public List narrativeEnglish
return List

speechListDanish public_oe property

public SpeechList, speechListDanish
return SpeechList,

speechListEnglish public_oe property

public SpeechList, speechListEnglish
return SpeechList,

wordsForNewLine public_oe property

public int wordsForNewLine
return int