LightmapGIData
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
Methods
void |
add_user ( NodePath path, Rect2 uv_scale, int slice_index, int sub_instance ) |
void |
clear_users ( ) |
get_user_count ( ) const |
|
get_user_path ( int user_idx ) const |
|
is_using_spherical_harmonics ( ) const |
|
void |
set_uses_spherical_harmonics ( bool uses_spherical_harmonics ) |
Property Descriptions
TextureLayered light_texture
void set_light_texture ( TextureLayered value )
TextureLayered get_light_texture ( )
There is currently no description for this property. Please help us by contributing one!
TextureLayered[] lightmap_textures = []
void set_lightmap_textures ( TextureLayered[] value )
TextureLayered[] get_lightmap_textures ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_user ( NodePath path, Rect2 uv_scale, int slice_index, int sub_instance )
There is currently no description for this method. Please help us by contributing one!
void clear_users ( )
There is currently no description for this method. Please help us by contributing one!
int get_user_count ( ) const
There is currently no description for this method. Please help us by contributing one!
NodePath get_user_path ( int user_idx ) const
There is currently no description for this method. Please help us by contributing one!
bool is_using_spherical_harmonics ( ) const
There is currently no description for this method. Please help us by contributing one!
void set_uses_spherical_harmonics ( bool uses_spherical_harmonics )
There is currently no description for this method. Please help us by contributing one!