dips.SetWindowEntityVisibilityVal module#
Generated wrapper for SetWindowEntityVisibility protobuf message.
- class dips.SetWindowEntityVisibilityVal.SetWindowEntityVisibilityVal(set_entity_reference: SetEntityInfoRef | None = None, proto_message: Any | None = None, channel_to_connect_on: Any | None = None)#
Bases:
objectSimple wrapper for SetWindowEntityVisibility with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property is_visible: bool#
Get the IsVisible field value.
- property set_entity_reference: SetEntityInfoRef#
Get the SetEntityReference field as a reference.
- to_proto()#
Get the underlying protobuf message.