Table of Contents

Struct b3WorldId

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

References a world instance. Mirror of b3WorldId.

public struct b3WorldId : IEquatable<b3WorldId>

Implements

Inherited Members

Remarks

Treat this as an opaque handle; the layout is subject to change upstream.

Fields

generation

The generation counter used to detect stale identifiers.

index1

The one-based world index. Zero means null.

Properties

IsNull

Gets a value indicating whether this identifier is null.

Methods

Equals(b3WorldId)

Indicates whether the current object is equal to another object of the same type.

Equals(object?)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Operators

operator ==(b3WorldId, b3WorldId)

Determines whether two identifiers are equal.

operator !=(b3WorldId, b3WorldId)

Determines whether two identifiers are unequal.