js/base/ShadowKeyFrame.js
'use strict'
/**
* ShadowKeyFrame class
* @access public
*/
export default class ShadowKeyFrame {
/**
* constructor
* @access public
* @constructor
*/
constructor() {
this.frameNo = -1
this.mode = -1
this.distance = 0.0
}
}