UNPKG
openfl
Version:
latest (9.4.1)
9.4.1
9.4.0
9.3.4
9.3.3
9.3.2
9.3.1
9.3.0
8.9.6
8.9.5
8.9.4
8.9.3
8.9.2
8.9.1
8.9.0
8.8.0
8.7.0
8.6.4
8.6.3
8.6.2
8.6.1
8.6.0
8.5.1
8.5.0
8.4.1
8.4.0
8.3.0
8.2.2
8.2.1
8.2.0
8.1.1
8.1.0
8.0.2
8.0.1
8.0.0
7.1.2
7.1.1
7.1.0
7.0.0
7.0.0-beta.8
7.0.0-beta.7
7.0.0-beta.6
7.0.0-beta.5
7.0.0-beta.4
7.0.0-beta.3
7.0.0-beta.2
7.0.0-beta
6.5.3-alpha.9
6.5.3-alpha.8
6.5.3-alpha.7
6.5.3-alpha.6
6.5.3-alpha.5
6.5.3-alpha.4
6.5.3-alpha.3
6.5.3-alpha.2
6.5.3-alpha.1
6.5.3-alpha
6.5.1-alpha
A fast, productive library for 2D cross-platform development.
www.openfl.org
openfl/openfl-js
openfl
/
lib
/
openfl
/
display3D
/
textures
/
TextureBase.d.ts
19 lines
(7 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import
EventDispatcher
from
"./../../events/EventDispatcher"
;
declare
namespace
openfl
.
display3D
.
textures
{
export
class
TextureBase
extends
EventDispatcher
{
public
dispose
():
void
; } }
export
default
openfl.
display3D
.
textures
.
TextureBase
;