forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_gridmap
reduz edited this page Feb 23, 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( real size )
- real #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 #crate_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, real distance )
- real #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 #clear(****)
- INVALID_CELL_ITEM = -1