Skip to content

N64EndiannessSwapStream.Endianness ​

Specifies the endianness of the data.

Kind: Enum

Namespace: CrowdControl.Games

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

Endianness

LittleEndian

Little-endian format.

Endianness

BigEndian

Big-endian format.

Endianness

ByteSwapped

Byte-swapped format.

Enums

N64EndiannessSwapStream.Endianness

[LittleEndian = 1, BigEndian = 2, ByteSwapped = 4]

Specifies the endianness of the data.