UNPKG

iv-3d-lib

Version:

A reusable ThreeJS library providing features for Ivee 3D Editor.

16 lines (13 loc) 273 B
export class WglUtilContentChangedArgs { group: any; object: any; json: any; type: ContentChangedType = ContentChangedType.none; } export enum ContentChangedType { none = 0, add = 1, edit = 2, delete = 3, clear = 4 }