TypedKeyframeTrack constructor

TypedKeyframeTrack(
  1. String path
)

Implementation

TypedKeyframeTrack(String path) {
  this.path = path;
}