ver
This commit is contained in:
2
types/GraphicsSystem/RenderType.d.ts
vendored
2
types/GraphicsSystem/RenderType.d.ts
vendored
@@ -43,5 +43,5 @@ export declare enum RenderType {
|
||||
CustomNumberPrint = 109,
|
||||
ConceptualTransparent = 182
|
||||
}
|
||||
export declare function IsPhysical(renderType: RenderType): boolean;
|
||||
export declare function IsPhysical(renderType: RenderType): renderType is RenderType.Physical | RenderType.Physical2 | RenderType.PhysicalPrint | RenderType.Physical2Print;
|
||||
//# sourceMappingURL=RenderType.d.ts.map
|
Reference in New Issue
Block a user