2 # Documentation for KX_VisibilityActuator
3 from SCA_IActuator import *
5 class KX_VisibilityActuator(SCA_IActuator):
8 @ivar visibility: whether the actuator makes its parent object visible or invisible
9 @type visibility: boolean
10 @ivar recursion: whether the visibility/invisibility should be propagated to all children of the object
11 @type recursion: boolean
15 DEPRECATED: Use the visibility property instead.
16 Sets whether the actuator makes its parent object visible or invisible.
18 @param visible: - True: Makes its parent visible.
19 - False: Makes its parent invisible.