we
Preparing search index...
core/organization/nodeSpace
IV_NodeSpace
Interface IV_NodeSpace
用户自定义功能接口的update interface
interface
IV_NodeSpace
{
matrix
?:
weMat4
;
name
?:
string
;
position
?:
weVec3
;
quaternion
?:
weVec4
;
relation
?:
T_worldRelationTransmit
;
rotate
?:
weVec4
;
scale
?:
weVec3
;
update
?:
(
scope
:
any
)
=>
any
;
updateAtEnd
?:
(
scope
:
any
)
=>
any
;
}
Hierarchy (
View Summary
)
I_Update
IV_NodeSpace
I_BaseCameraValue
IV_BaseEntity
IV_Node
Index
Properties
matrix?
name?
position?
quaternion?
relation?
rotate?
scale?
update?
update
At
End?
Properties
Optional
matrix
matrix
?:
weMat4
Optional
name
name
?:
string
Optional
position
position
?:
weVec3
Optional
quaternion
quaternion
?:
weVec4
Optional
relation
relation
?:
T_worldRelationTransmit
Optional
rotate
rotate
?:
weVec4
Optional
scale
scale
?:
weVec3
Optional
update
update
?:
(
scope
:
any
)
=>
any
自定义更新functon()
Optional
update
At
End
updateAtEnd
?:
(
scope
:
any
)
=>
any
在最后执行调用
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
matrix
name
position
quaternion
relation
rotate
scale
update
update
At
End
we
Loading...
用户自定义功能接口的update interface