- Preparing search index...
- The search index is not available
pgul
- Traceable<TBase>(Base: TBase): {
prototype: __type<any>;
new (...params: any[]): __type<TBase>;
} & TBase
-
Returns {
prototype: __type<any>;
new (...params: any[]): __type<TBase>;
} & TBase
STGのビットのように追跡対象を距離をとって追いかける機能を付与するMixin. グラディウスのオプションのように指定したターゲットを時間差で追いかけさせることもできる
Example