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

  • name The name of the sub-object.

  • material_index The index of the material. If you're not sure what this should be, try 0.


Functions

__init__

ScrapeSubObject(name, material_index)

ParameterTypeDefaultDescription
namestrThe name of the sub-object.
material_indexintThe index of the material. If you're not sure what this should be, try 0.