Struct CCDContinuationIndex
- Namespace
- BepuPhysics.CollisionDetection
- Assembly
- BepuPhysics.dll
public struct CCDContinuationIndex
- Inherited Members
Constructors
CCDContinuationIndex(int)
public CCDContinuationIndex(int packed)
Parameters
packed
int
CCDContinuationIndex(int, int)
public CCDContinuationIndex(int type, int index)
Parameters
Fields
Packed
public uint Packed
Field Value
Properties
Exists
Gets whether this index actually refers to anything. The Type and Index should only be used if this is true.
public bool Exists { get; }
Property Value
Index
Gets the index of the continuation.
public int Index { get; }
Property Value
Type
Gets the type index of the continuation.
public int Type { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.