NMV 0.8.0 - Big refactor and linting fixes
This commit is contained in:
8
lib/classes/LLAnimationJointKeyFrame.ts
Normal file
8
lib/classes/LLAnimationJointKeyFrame.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Vector3 } from './Vector3';
|
||||
|
||||
export class LLAnimationJointKeyFrame
|
||||
{
|
||||
public time: number;
|
||||
public transform: Vector3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user