UnwrapQueryArg
此内容尚不支持你的语言。
UnwrapQueryArg<
T> =TextendsMutWrapper<infer C> ?C:TextendsAddedWrapper<infer C> ?C:TextendsChangedWrapper<infer C> ?C:T
Defined in: ecs/query.ts:344
The component a QueryArg asks for, with any wrapper taken off — Mut(X),
Added(X) and Changed(X) all read as X, because a wrapper says how the
component is accessed and not which one it is.
Type Parameters
Section titled “Type Parameters”T