Preparing search index...
The search index is not available
API
API
pushObjectStatus
Function pushObjectStatus
push
Object
Status
(
obj
,
attr
)
:
{
pop
:
(
(
)
=>
void
)
;
push
:
(
(
)
=>
void
)
;
}
对状态进行设置,采用堆栈方案,会保存之前的状态,退出时还原之前的状态
Parameters
obj
:
Record
<
string
,
any
>
attr
:
Record
<
string
,
any
>
Returns
{
pop
:
(
(
)
=>
void
)
;
push
:
(
(
)
=>
void
)
;
}
pop
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
push
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
API
AlgorithmPluginType
CANNON
Tiles3dPluginType
default
reactivity
render2d
BehaviorStatus
BlendFunction
EdgeDetectionMode
EffectAttribute
EmitterMode
GlitchMode
KernelSize
MapOpenWay
NodeType
NodeValueType
OrderIndex
ParallelBehaviorPolicy
PredicationMode
RayQueryType
RenderMode
Loading...
对状态进行设置,采用堆栈方案,会保存之前的状态,退出时还原之前的状态