Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
renderingEngine
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
王剑峰
renderingEngine
Commits
bd373ae0
Commit
bd373ae0
authored
Nov 05, 2019
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
e302678e
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
12 deletions
+10
-12
render.min.js
build/render.min.js
+1
-2
render.min.js.map
build/render.min.js.map
+1
-1
index.ts
src/index.ts
+1
-1
DisplayObject.d.ts
types/2d/display/DisplayObject.d.ts
+6
-6
index.d.ts
types/index.d.ts
+1
-2
No files found.
build/render.min.js
View file @
bd373ae0
This diff is collapsed.
Click to expand it.
build/render.min.js.map
View file @
bd373ae0
This diff is collapsed.
Click to expand it.
src/index.ts
View file @
bd373ae0
...
...
@@ -34,7 +34,7 @@ export { default as toDisplayDataURL } from "./2d/utils/toDisplayDataURL";
export
{
inputFeildIosEnable
}
from
"./2d/utils/index"
//常量及方法
export
{
constant
}
export
*
from
'./2d/const'
...
...
types/2d/display/DisplayObject.d.ts
View file @
bd373ae0
...
...
@@ -50,16 +50,16 @@ export declare class DisplayObject extends EventDispatcher {
alpha
:
number
;
x
:
number
;
y
:
number
;
readonly
worldMatrix
:
import
(
"../../../../../
../duibaGame/wjfpro/renderingE
ngine/src/2d/math/Matrix"
).
Matrix
;
readonly
localMatrix
:
import
(
"../../../../../
../duibaGame/wjfpro/renderingE
ngine/src/2d/math/Matrix"
).
Matrix
;
position
:
import
(
"../../../../../
../duibaGame/wjfpro/renderingE
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
scale
:
import
(
"../../../../../
../duibaGame/wjfpro/renderingE
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
readonly
worldMatrix
:
import
(
"../../../../../
duibaGame/renderinge
ngine/src/2d/math/Matrix"
).
Matrix
;
readonly
localMatrix
:
import
(
"../../../../../
duibaGame/renderinge
ngine/src/2d/math/Matrix"
).
Matrix
;
position
:
import
(
"../../../../../
duibaGame/renderinge
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
scale
:
import
(
"../../../../../
duibaGame/renderinge
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
scaleX
:
number
;
scaleY
:
number
;
anchor
:
import
(
"../../../../../
../duibaGame/wjfpro/renderingE
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
anchor
:
import
(
"../../../../../
duibaGame/renderinge
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
anchorX
:
number
;
anchorY
:
number
;
skew
:
import
(
"../../../../../
../duibaGame/wjfpro/renderingE
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
skew
:
import
(
"../../../../../
duibaGame/renderinge
ngine/src/2d/math/ObservablePoint"
).
ObservablePoint
;
rotation
:
number
;
readonly
worldVisible
:
boolean
;
mask
:
Graphics
;
...
...
types/index.d.ts
View file @
bd373ae0
import
*
as
constant
from
'./2d/const'
;
export
{
Component
}
from
"./2d/component/Component"
;
export
*
from
"./2d/display"
;
export
{
Event
}
from
"./2d/events/Event"
;
...
...
@@ -16,4 +15,4 @@ export * from "./2d/texture";
export
*
from
"./2d/ui"
;
export
{
default
as
toDisplayDataURL
}
from
"./2d/utils/toDisplayDataURL"
;
export
{
inputFeildIosEnable
}
from
"./2d/utils/index"
;
export
{
constant
}
;
export
*
from
'./2d/const'
;
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