Table of Contents

Struct BodyMemoryLocation

Namespace
BepuPhysics
Assembly
BepuPhysics.dll

Location of a body in memory.

public struct BodyMemoryLocation
Inherited Members

Fields

Index

Index of the body within its owning set.

public int Index

Field Value

int

SetIndex

Index of the set owning the body reference. If the set index is 0, the body is awake. If the set index is greater than zero, the body is asleep.

public int SetIndex

Field Value

int