ReflectionProbe¶
Inherits: VisualInstance < Spatial < Node < Object
Category: Core
Brief Description¶
Member Functions¶
bool | are_shadows_enabled ( ) const |
int | get_cull_mask ( ) const |
Vector3 | get_extents ( ) const |
float | get_intensity ( ) const |
Color | get_interior_ambient ( ) const |
float | get_interior_ambient_energy ( ) const |
float | get_interior_ambient_probe_contribution ( ) const |
float | get_max_distance ( ) const |
Vector3 | get_origin_offset ( ) const |
int | get_update_mode ( ) const |
bool | is_box_projection_enabled ( ) const |
bool | is_set_as_interior ( ) const |
void | set_as_interior ( bool enable ) |
void | set_cull_mask ( int layers ) |
void | set_enable_box_projection ( bool enable ) |
void | set_enable_shadows ( bool enable ) |
void | set_extents ( Vector3 extents ) |
void | set_intensity ( float intensity ) |
void | set_interior_ambient ( Color ambient ) |
void | set_interior_ambient_energy ( float ambient_energy ) |
void | set_interior_ambient_probe_contribution ( float ambient_probe_contribution ) |
void | set_max_distance ( float max_distance ) |
void | set_origin_offset ( Vector3 origin_offset ) |
void | set_update_mode ( int mode ) |
Member Variables¶
Numeric Constants¶
- UPDATE_ONCE = 0
- UPDATE_ALWAYS = 1
Member Function Description¶
- bool are_shadows_enabled ( ) const
- int get_cull_mask ( ) const
- Vector3 get_extents ( ) const
- float get_intensity ( ) const
- Color get_interior_ambient ( ) const
- float get_interior_ambient_energy ( ) const
- float get_interior_ambient_probe_contribution ( ) const
- float get_max_distance ( ) const
- Vector3 get_origin_offset ( ) const
- int get_update_mode ( ) const
- bool is_box_projection_enabled ( ) const
- bool is_set_as_interior ( ) const
- void set_as_interior ( bool enable )
- void set_cull_mask ( int layers )
- void set_enable_box_projection ( bool enable )
- void set_enable_shadows ( bool enable )
- void set_extents ( Vector3 extents )
- void set_intensity ( float intensity )
- void set_interior_ambient ( Color ambient )
- void set_interior_ambient_energy ( float ambient_energy )
- void set_interior_ambient_probe_contribution ( float ambient_probe_contribution )
- void set_max_distance ( float max_distance )
- void set_origin_offset ( Vector3 origin_offset )
- void set_update_mode ( int mode )