Ibralogue Docs
  • Manual
  • Scripting Reference
  • Website
  • GitHub
  • Discord
Search Results for

    Show / Hide Table of Contents

    Class PortraitImagePlugin

    Inheritance
    object
    EnginePlugin
    PortraitImagePlugin
    Inherited Members
    EnginePlugin.OnConversationStart(Conversation)
    EnginePlugin.OnConversationEnd()
    EnginePlugin.OnChoicesPresented(List<Choice>)
    EnginePlugin.OnChoiceSelected(Choice)
    Namespace: Ibralogue.Plugins
    Assembly: .dll
    Syntax
    public class PortraitImagePlugin : EnginePlugin

    Fields

    | Edit this page View Source

    speakerPortrait

    Declaration
    protected Image speakerPortrait
    Field Value
    Type Description
    Image

    Methods

    | Edit this page View Source

    Clear()

    Declaration
    public override void Clear()
    Overrides
    EnginePlugin.Clear()
    | Edit this page View Source

    Display(Line)

    Declaration
    public override void Display(Line line)
    Parameters
    Type Name Description
    Line line
    Overrides
    EnginePlugin.Display(Line)
    | Edit this page View Source

    SetImage(string)

    Changes the displayed portrait sprite. Called by the built-in {{Image(path)}} function during dialogue display.

    Declaration
    public void SetImage(string path)
    Parameters
    Type Name Description
    string path
    • Edit this page
    • View Source
    In this article

    Ibralogue

    A simple, extendable dialogue system library for the Unity Game Engine.

    Project

    • Website
    • GitHub
    • Release Notes

    Community

    • Discord
    • Patreon
    • Report a Bug

    MIT License · Unity 2022.3+