ClippedCamera

Inherits: Camera < Spatial < Node < Object

Category: Core

Brief Description

Methods

void add_exception ( Object node )
void add_exception_rid ( RID rid )
void clear_exceptions ( )
bool get_collision_mask_bit ( int bit ) const
void remove_exception ( Object node )
void remove_exception_rid ( RID rid )
void set_collision_mask_bit ( int bit, bool value )

Enumerations

enum ProcessMode:

  • CLIP_PROCESS_PHYSICS = 0
  • CLIP_PROCESS_IDLE = 1

Property Descriptions

  • bool clip_to_areas
Setter set_clip_to_areas(value)
Getter is_clip_to_areas_enabled()

  • bool clip_to_bodies
Setter set_clip_to_bodies(value)
Getter is_clip_to_bodies_enabled()

  • int collision_mask
Setter set_collision_mask(value)
Getter get_collision_mask()

Setter set_margin(value)
Getter get_margin()

Setter set_process_mode(value)
Getter get_process_mode()

Method Descriptions

  • void add_exception ( Object node )

  • void add_exception_rid ( RID rid )

  • void clear_exceptions ( )

  • bool get_collision_mask_bit ( int bit ) const

  • void remove_exception ( Object node )

  • void remove_exception_rid ( RID rid )

  • void set_collision_mask_bit ( int bit, bool value )