同步源码

This commit is contained in:
ChenX
2023-02-22 09:27:57 +08:00
parent 8f005232a8
commit ba2be9949d
37 changed files with 212 additions and 64 deletions

View File

@@ -25,7 +25,7 @@ export declare class CADFiler {
WriteBool(v: boolean): void;
WriteVec3(v3: Vec3): void;
Read(): any;
ReadBool(v: boolean): boolean;
ReadBool(): boolean;
ReadArray(count: number): any[];
WriteObjectId(id: ObjectId): this;
ReadObjectId(): ObjectId;