SplitScript reference / MonoVersion

MonoVersion

enum

enum MonoVersion

Identifies the supported Unity Mono metadata layouts.

These versions describe Mono's internal target-memory structures, not the marketing version printed by the Mono runtime.

Examples

Select a Mono metadata layout

let monoVersion = MonoVersion.V2

Capabilities

MemberDescriptionAvailable through
EquatableSupports equality comparison.

Variants

MemberDescriptionAvailable through
V2Layout used by Unity releases before the V3 metadata change.
V3Layout used by Unity 2021.2 and newer releases.

Operators

MemberDescriptionAvailable through
==Reports whether this value and another value are equal.Available through Equatable
!=Reports whether this value and another value differ.Available through Equatable