ScrapeSubObject
February 6, 2023 ยท View on GitHub
from tdw.physics_audio.scrape_sub_object import ScrapeSubObject
Data for a sub-object of a model being used as a scrape surface.
Fields
-
nameThe name of the sub-object. -
material_indexThe index of the material. If you're not sure what this should be, try 0.
Functions
__init__
ScrapeSubObject(name, material_index)
| Parameter | Type | Default | Description |
|---|---|---|---|
| name | str | The name of the sub-object. | |
| material_index | int | The index of the material. If you're not sure what this should be, try 0. |