removeObject2 method
RemoveObject2(タグ28)。指定depthに配置中のインスタンスを取り除く。
ボディはDepth(UI16)のみ。
Implementation
void removeObject2({required int depth}) {
final bw = BitWriter();
bw.writeUI16(depth);
_writeTag(TagCode.removeObject2, bw.toBytes());
}
RemoveObject2(タグ28)。指定depthに配置中のインスタンスを取り除く。
ボディはDepth(UI16)のみ。
void removeObject2({required int depth}) {
final bw = BitWriter();
bw.writeUI16(depth);
_writeTag(TagCode.removeObject2, bw.toBytes());
}