Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fyge_for_tb
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
fyge_for_tb
Commits
2bfdba48
Commit
2bfdba48
authored
May 02, 2020
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
a9b27a76
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
32 deletions
+3
-32
fyge.min.js
dist/fyge.min.js
+1
-1
fyge.min.js.map
dist/fyge.min.js.map
+1
-1
FYGE.d.ts
types/FYGE.d.ts
+1
-30
No files found.
dist/fyge.min.js
View file @
2bfdba48
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/fyge.min.js.map
View file @
2bfdba48
This diff is collapsed.
Click to expand it.
types/FYGE.d.ts
View file @
2bfdba48
...
...
@@ -6526,36 +6526,7 @@ export class Stage extends Container {
destroy
():
void
;
}
export
class
GDispatcher
{
/**
* 事件回调池
*/
private
static
callbackPool
;
/**
* 事件作用域池
*/
private
static
thisObjPool
;
/**
*
* @param name 事件名
* @param callback 回调
* @param thisObj 作用域
*/
static
addEvent
(
name
:
string
,
callback
:
any
,
thisObj
?:
any
):
void
;
/**
*
* @param name 事件名
* @param callback 回调
* @param thisObj 作用域
*/
static
removeEvent
(
name
:
string
,
callback
:
any
,
thisObj
?:
any
):
void
;
/**
* 派发事件
* @param name 事件名
* @param args 任意参数
*/
static
dispatchEvent
(
name
:
string
,
...
args
:
any
[]):
void
;
}
export
const
GDispatcher
:
EventDispatcher
;
export
class
Mesh
extends
Container
{
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment