CompoundChild constructor

CompoundChild({
  1. required Shape shape,
  2. required Matrix4 localPose,
})

Implementation

CompoundChild({required this.shape, required this.localPose});