GridMap¶
Inherits: Spatial < Node < Object
Category: Core
Brief Description¶
Member Functions¶
Numeric Constants¶
- INVALID_CELL_ITEM = -1
Member Function Description¶
- void bake_geometry ( )
- void clear ( )
- void erase_area ( int area )
- float get_cell_size ( ) const
- bool get_center_x ( ) const
- bool get_center_y ( ) const
- bool get_center_z ( ) const
- int get_octant_size ( ) const
- MeshLibrary get_theme ( ) const
- int get_unused_area_id ( ) const
- bool is_baking_enabled ( ) const
- bool is_using_baked_light ( ) const
- void resource_changed ( Object resource )
- void set_bake ( bool enable )
- void set_cell_size ( float size )
- void set_center_x ( bool enable )
- void set_center_y ( bool enable )
- void set_center_z ( bool enable )
- void set_octant_size ( int size )
- void set_theme ( MeshLibrary theme )
- void set_use_baked_light ( bool use )