Skip to content

Home > @esengine/ecs-framework-monorepo > Bits > toHexString

Bits.toHexString() method

将位集合转换为十六进制字符串

Signature:

typescript
toHexString(): string;

Returns:

string

十六进制字符串表示,带0x前缀

基于 MIT 许可证发布