Method SetPartsTransformsIndexed
SetPartsTransformsIndexed(PartList, IntList, Matrix4List)
Set the transform matrix of each given parts (indexed mode)
Declaration
public void SetPartsTransformsIndexed(PartList parts, IntList indices, Matrix4List transforms)
Parameters
Type | Name | Description |
---|---|---|
PartList | parts | The parts to retrieve transform |
IntList | indices | The transform matrix index for each parts |
Matrix4List | transforms | The list of transform matrices |