mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 21:29:07 +08:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
declare namespace SDK.Gfx {
|
|
class IWebGLTexture {
|
|
GetWidth(): number;
|
|
GetHeight(): number;
|
|
}
|
|
} |