ColladaKeyFrame constructor

ColladaKeyFrame(
  1. double time,
  2. Map value
)

Implementation

ColladaKeyFrame(this.time,this.value);