Visibility Actuator.
int
|
executePriority
This determines the order controllers are evaluated, and actuators
are activated (lower priority is executed first).
(Inherited from GameTypes.SCA_ILogicBrick)
|
bool
|
invalid
Test if the object has been freed by the game engine and is no longer
valid.
(Inherited from GameTypes.PyObjectPlus)
|
string
|
name
The name of this CValue derived object (read-only).
(Inherited from GameTypes.SCA_ILogicBrick)
|
KX_GameObject or None in exceptional cases.
|
owner
The game object this logic brick is attached to (read-only).
(Inherited from GameTypes.SCA_ILogicBrick)
|
boolean
|
useOcclusion
whether the actuator makes its parent object an occluder or not
|
boolean
|
useRecursion
whether the visibility/occlusion should be propagated to all children
of the object
|
boolean
|
visibility
whether the actuator makes its parent object visible or invisible
|