Extension methods for working with modifier attribute buffers.
public static bool HasFlag()
Checks if a byte flag is set at the specified index.
public static bool HasAnyFlags()
Checks if any flags are set in the buffer.
public static void SetFlagRange()
Sets byte flags for a range of indices.
public static bool HasValue()
Checks if a uint value is non-zero at the specified index.
public static uint GetValueOrDefault()
Gets a uint value or returns 0 if out of bounds.
public static void SetValueRange()
Sets uint values for a range of indices.