scene_type property

scene_type property

Gets or sets the scene type.

Definition:

@property
def scene_type(self):
    ...
@scene_type.setter
def scene_type(self, value):
    ...

See Also