forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_gridmap
reduz edited this page Nov 14, 2014
·
11 revisions
####Inherits: Spatial ####Category: Core
- void set_theme ( MeshLibrary theme )
- MeshLibrary get_theme ( ) const
- void set_bake ( bool enable )
- bool is_baking_enabled ( ) const
- void set_cell_size ( float size )
- float get_cell_size ( ) const
- void set_octant_size ( int size )
- int get_octant_size ( ) const
- void set_cell_item ( int x, int y, int z, int item, int orientation=0 )
- int get_cell_item ( int x, int y, int z ) const
- int get_cell_item_orientation ( int x, int y, int z ) const
- void resource_changed ( Object arg0 )
- void set_center_x ( bool enable )
- bool get_center_x ( ) const
- void set_center_y ( bool enable )
- bool get_center_y ( ) const
- void set_center_z ( bool enable )
- bool get_center_z ( ) const
- void set_clip ( bool enabled, bool clipabove=true, int floor=0, int axis=0 )
- int create_area ( int id, AABB area )
- AABB area_get_bounds ( int area ) const
- void area_set_exterior_portal ( int area, bool enable )
- void area_set_name ( int area, String name )
- String area_get_name ( int area ) const
- bool area_is_exterior_portal ( int area ) const
- void area_set_portal_disable_distance ( int area, float distance )
- float area_get_portal_disable_distance ( int area ) const
- void area_set_portal_disable_color ( int area, Color color )
- Color area_get_portal_disable_color ( int area ) const
- void erase_area ( int area )
- int get_unused_area_id ( ) const
- void bake_geometry ( )
- void set_use_baked_light ( bool use )
- bool is_using_baked_light ( ) const
- void clear ( )
- INVALID_CELL_ITEM = -1