Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 632 Bytes

File metadata and controls

29 lines (17 loc) · 632 Bytes

LightStatic

from tdw.object_data.composite_object.sub_object.light_static import LightStatic

Static data for a light sub-object of a composite object.


Fields

  • sub_object_id The ID of this sub-object.


Functions

__init__

__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.