C# Class SpeechBubble

Inheritance: MonoBehaviour
ファイルを表示 Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
speechColor Color

Public Methods

Method Description
NextInteraction ( ) : void
Say ( Interactable, interactor, Interaction, interaction ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

NextInteraction() public method

public NextInteraction ( ) : void
return void

Say() public method

public Say ( Interactable, interactor, Interaction, interaction ) : void
interactor Interactable,
interaction Interaction,
return void

Property Details

speechColor public_oe property

public Color speechColor
return Color