mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-08 11:46:53 +08:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
declare namespace SDK.Gfx {
|
|
class IDrawParams {
|
|
GetDt(): number;
|
|
GetLayoutView(): SDK.UI.ILayoutView;
|
|
}
|
|
} |