Skip to content

Documentation / scene / GPUClothWrapBindingTarget

Type Alias: GPUClothWrapBindingTarget

GPUClothWrapBindingTarget = object

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:85

Target object paired with GPU cloth wrap-binding data.

Properties

target

target: any

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:86


data

data: GPUClothWrapBindingData

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:87

Released under the MIT License.