BVHObject constructor

BVHObject({
  1. Skeleton? skeleton,
  2. AnimationClip? clip,
})

Implementation

BVHObject({
	this.skeleton,
		this.clip
});