VisibilityActuator(Actuator)¶
base classes — bpy_struct
, Actuator
- class bpy.types.VisibilityActuator(Actuator)¶
Actuator to set visibility and occlusion of the object
- apply_to_children¶
Set all the children of this object to the same visibility/occlusion recursively
- Type:
boolean, default False
- use_occlusion¶
Set the object to occlude objects behind it (initialized from the object type in physics button)
- Type:
boolean, default False
- use_visible¶
Set the objects visible (initialized from the Renders checkbox, in Object Properties > Visibility panel or from outliner’s camera icon)
- Type:
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type