CanvasLayer

Inherits: Node < Object

Inherited By: JamClient, ParallaxBackground

There is currently no description for this class. Please help us by contributing one!

Properties

Node

custom_viewport

bool

follow_viewport_enabled

false

float

follow_viewport_scale

1.0

int

layer

1

Vector2

offset

Vector2(0, 0)

float

rotation

0.0

Vector2

scale

Vector2(1, 1)

Transform2D

transform

Transform2D(1, 0, 0, 1, 0, 0)

bool

visible

true

Methods

RID

get_canvas ( ) const

Transform2D

get_final_transform ( ) const

void

hide ( )

void

show ( )


Signals

visibility_changed ( )

There is currently no description for this signal. Please help us by contributing one!


Property Descriptions

Node custom_viewport

  • void set_custom_viewport ( Node value )

  • Node get_custom_viewport ( )

There is currently no description for this property. Please help us by contributing one!


bool follow_viewport_enabled = false

  • void set_follow_viewport ( bool value )

  • bool is_following_viewport ( )

There is currently no description for this property. Please help us by contributing one!


float follow_viewport_scale = 1.0

  • void set_follow_viewport_scale ( float value )

  • float get_follow_viewport_scale ( )

There is currently no description for this property. Please help us by contributing one!


int layer = 1

  • void set_layer ( int value )

  • int get_layer ( )

There is currently no description for this property. Please help us by contributing one!


Vector2 offset = Vector2(0, 0)

There is currently no description for this property. Please help us by contributing one!


float rotation = 0.0

  • void set_rotation ( float value )

  • float get_rotation ( )

There is currently no description for this property. Please help us by contributing one!


Vector2 scale = Vector2(1, 1)

There is currently no description for this property. Please help us by contributing one!


Transform2D transform = Transform2D(1, 0, 0, 1, 0, 0)

There is currently no description for this property. Please help us by contributing one!


bool visible = true

  • void set_visible ( bool value )

  • bool is_visible ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

RID get_canvas ( ) const

There is currently no description for this method. Please help us by contributing one!


Transform2D get_final_transform ( ) const

There is currently no description for this method. Please help us by contributing one!


void hide ( )

There is currently no description for this method. Please help us by contributing one!


void show ( )

There is currently no description for this method. Please help us by contributing one!