PointLight2D

Inherits: Light2D < Node2D < CanvasItem < Node < Object

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

Properties

float

height

0.0

Vector2

offset

Vector2(0, 0)

Texture2D

texture

float

texture_scale

1.0


Property Descriptions

float height = 0.0

  • void set_height ( float value )

  • float get_height ( )

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


Vector2 offset = Vector2(0, 0)

  • void set_texture_offset ( Vector2 value )

  • Vector2 get_texture_offset ( )

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


Texture2D texture

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


float texture_scale = 1.0

  • void set_texture_scale ( float value )

  • float get_texture_scale ( )

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