Struct Scheduler.DispatchPair
Syntax
public struct DispatchPair
Fields
Invalid
Declaration
public static Scheduler.DispatchPair Invalid
Field Value
Properties
BodyAIndex
Declaration
public int BodyAIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BodyBIndex
Declaration
public int BodyBIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsContact { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsJoint
Declaration
public bool IsJoint { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
JointAllowsCollision
Declaration
public bool JointAllowsCollision { get; }
Property Value
Type |
Description |
System.Boolean |
|
JointIndex
Declaration
public int JointIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
CreateContact(BodyIndexPair)
Declaration
public static Scheduler.DispatchPair CreateContact(BodyIndexPair pair)
Parameters
Returns
CreateJoint(BodyIndexPair, Int32, Int32)
Declaration
public static Scheduler.DispatchPair CreateJoint(BodyIndexPair pair, int jointIndex, int allowCollision)
Parameters
Type |
Name |
Description |
BodyIndexPair |
pair |
|
System.Int32 |
jointIndex |
|
System.Int32 |
allowCollision |
|
Returns