Files
gymkhana-actions/docs/api/transition.gd.md
Dennis Ploeger 56bf96da8c Checked all FIXMEs and TODOs (#353)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
2021-08-02 21:23:57 +02:00

572 B

transition.gd

Extends: ColorRect

Description

A transition player for scene changes

Property Descriptions

transition_name

export var transition_name: String = ""

Method Descriptions

fade_out

func fade_out() -> var

Fade out the transition

fade_in

func fade_in() -> var

Fade in the transition

Signals

  • signal transition_done(): Emitted when the transition was player