Class PortraitImagePlugin
Inheritance
PortraitImagePlugin
Assembly: .dll
Syntax
public class PortraitImagePlugin : EnginePlugin
Fields
|
Edit this page
View Source
speakerPortrait
Declaration
protected Image speakerPortrait
Field Value
Methods
|
Edit this page
View Source
Clear()
Declaration
public override void Clear()
Overrides
|
Edit this page
View Source
Display(Line)
Declaration
public override void Display(Line line)
Parameters
| Type |
Name |
Description |
| Line |
line |
|
Overrides
|
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 |
|