MirrorArea
┗> Event > Object > Class
Constructor
MirrorArea(x: any, y: any, shape: any, properties: any)
Arguments:
x: any | |
y: any | |
shape: any | |
properties: any |
Methods
MirrorArea:drawCharacter(chara: Character)
Draws a character's reflection
Arguments:
chara: Character | All types of character in the overworld inherit from the |
MirrorArea:drawMirror()
Finds and draws all character's reflections
Fields
MirrorArea.offset: number
[Property offset
] The y-offset for reflections drawn in this mirror (Defaults to 0
)
MirrorArea.opacity: number
[Property opacity
] The opacity of reflections drawn in the mirror (Defaults to 1
)