from tdw.object_data.composite_object.sub_object.light_static import LightStatic
Static data for a light sub-object of a composite object.
sub_object_idThe ID of this sub-object.
__init__
LightStatic(static_composite_objects, object_index, sub_object_index)
| Parameter | Type | Default | Description |
|---|---|---|---|
| static_composite_objects | StaticCompositeObjects | StaticCompositeObjects output data. |
|
| object_index | int | The object index. | |
| sub_object_index | int | The index of this sub-object. |