Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 515 Bytes

scrape_sub_object.md

File metadata and controls

27 lines (15 loc) · 515 Bytes

ScrapeSubObject

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.


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.