we
Preparing search index...
core/organization/nodeObject
IV_Node
Interface IV_Node
用户自定义功能接口的update interface
interface
IV_Node
{
entity
?:
BaseEntity
;
matrix
?:
weMat4
;
name
?:
string
;
physicalBody
?:
PhysicBody
;
position
?:
weVec3
;
quaternion
?:
weVec4
;
relation
?:
T_worldRelationTransmit
;
rotate
?:
weVec4
;
scale
?:
weVec3
;
spaceType
?:
E_BVHSpaceType
;
update
?:
(
scope
:
any
)
=>
any
;
updateAtEnd
?:
(
scope
:
any
)
=>
any
;
}
Hierarchy (
View Summary
)
IV_NodeSpace
IV_Node
Index
Properties
entity?
matrix?
name?
physical
Body?
position?
quaternion?
relation?
rotate?
scale?
space
Type?
update?
update
At
End?
Properties
Optional
entity
entity
?:
BaseEntity
Optional
matrix
matrix
?:
weMat4
Optional
name
name
?:
string
Optional
physical
Body
physicalBody
?:
PhysicBody
Optional
position
position
?:
weVec3
Optional
quaternion
quaternion
?:
weVec4
Optional
relation
relation
?:
T_worldRelationTransmit
Optional
rotate
rotate
?:
weVec4
Optional
scale
scale
?:
weVec3
Optional
space
Type
spaceType
?:
E_BVHSpaceType
空间类型 ,默认none
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
entity
matrix
name
physical
Body
position
quaternion
relation
rotate
scale
space
Type
update
update
At
End
we
Loading...
用户自定义功能接口的update interface