Header menu logo Nu

RawFormat Type

The format of a raw asset. NOTE: [] attribute was removed in order to work around an F# regression where calling GetUnionFields on this type's cases can result in an InvalidOperationException "Multiple CompilationMappingAttributes, expected at most one". TODO: apparently, one work-around for this regression is to update to the latest FSharp.Core as of the regression, version 9.0.3 (or higher), so let's do this when it makes sense then restore the Struct attribute.

Union cases

Union case Description

RawSingle Endianness

Full Usage: RawSingle Endianness

Parameters:
Endianness : Endianness

RawUInt16 Endianness

Full Usage: RawUInt16 Endianness

Parameters:
Endianness : Endianness

RawUInt32 Endianness

Full Usage: RawUInt32 Endianness

Parameters:
Endianness : Endianness

RawUInt8

Full Usage: RawUInt8

Instance members

Instance member Description

this.IsRawSingle

Full Usage: this.IsRawSingle

Returns: bool
Returns: bool

this.IsRawUInt16

Full Usage: this.IsRawUInt16

Returns: bool
Returns: bool

this.IsRawUInt32

Full Usage: this.IsRawUInt32

Returns: bool
Returns: bool

this.IsRawUInt8

Full Usage: this.IsRawUInt8

Returns: bool
Returns: bool

Type something to start searching.