Class SBitmaskAbstract

A numeric value that represents a bitmask of several fields.

Hierarchy (view full)

Constructors

Properties

wrapperType: (new () => SerializableWrapper<number>)

The SerializableWrapper class to use for serializing / deserializing.

Type declaration

Accessors

Methods

  • Create a new instance with the provided initial properties.

    Type Parameters

    Parameters

    • this: (new () => T)
        • new (): T
        • Returns T

    • props: Partial<T> = {}

    Returns T