SpaceLogicEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceLogicEditor(Space)

Logic editor space data

show_actuators_active_object

Show actuators of active object

Type :boolean, default False
show_actuators_active_states

Show only actuators connected to active states

Type :boolean, default False
show_actuators_linked_controller

Show linked objects to the actuator

Type :boolean, default False
show_actuators_selected_objects

Show actuators of all selected objects

Type :boolean, default False
show_controllers_active_object

Show controllers of active object

Type :boolean, default False
show_controllers_linked_controller

Show linked objects to sensor/actuator

Type :boolean, default False
show_controllers_selected_objects

Show controllers of all selected objects

Type :boolean, default False
show_sensors_active_object

Show sensors of active object

Type :boolean, default False
show_sensors_active_states

Show only sensors connected to active states

Type :boolean, default False
show_sensors_linked_controller

Show linked objects to the controller

Type :boolean, default False
show_sensors_selected_objects

Show sensors of all selected objects

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

SpaceInfo(Space)

Next topic

SpaceNLA(Space)