BVHObject constructor
BVHObject({
- Skeleton? skeleton,
- AnimationClip? clip,
Implementation
BVHObject({
this.skeleton,
this.clip
});
BVHObject({
this.skeleton,
this.clip
});