A B C,3 entities.
B & C are child of A.
Now I wanna oprate B to invisible in timerX,then re-visible in timerY.
When I add “Disabled” component by ECB in job,B’s “Parent” value is nolonger A?
Is there a better way to shut the entity’s render?
A B C,3 entities.
B & C are child of A.
Now I wanna oprate B to invisible in timerX,then re-visible in timerY.
When I add “Disabled” component by ECB in job,B’s “Parent” value is nolonger A?
Is there a better way to shut the entity’s render?
DisableRender or DisableRendering component. One should be right.
work. Thanks.