Property | Type | Description | |
---|---|---|---|
ContactgeomsArray | |||
contactsPerCollision | int | ||
m_PendingRayRequests | List |
||
m_PendingRequests | List |
Method | Description | |
---|---|---|
ODERayCastRequestManager ( |
||
ProcessQueuedRequests ( ) : int |
Process all queued raycast requests
|
|
QueueRequest ( System.Vector3 position, System.Vector3 direction, float length, RaycastCallback retMethod ) : void |
Queues a raycast
|
|
QueueRequest ( System.Vector3 position, System.Vector3 direction, float length, int count, RayCallback retMethod ) : void |
Queues a raycast
|
Method | Description | |
---|---|---|
NearSpace ( |
||
RayCast ( |
Method that actually initiates the raycast
|
|
RayCast ( |
Method that actually initiates the raycast
|
Method | Description | |
---|---|---|
Dispose ( ) : void |
Dereference the creator scene so that it can be garbage collected if needed.
|
|
GetCurContactGeom ( int index, |
protected NearSpace ( |
||
space | ||
g1 | ||
g2 | ||
return | void |
public ODERayCastRequestManager ( |
||
pScene | ||
return | System |
public QueueRequest ( System.Vector3 position, System.Vector3 direction, float length, RaycastCallback retMethod ) : void | ||
position | System.Vector3 | Origin of Ray |
direction | System.Vector3 | Ray normal |
length | float | Ray length |
retMethod | RaycastCallback | Return method to send the results |
return | void |
public QueueRequest ( System.Vector3 position, System.Vector3 direction, float length, int count, RayCallback retMethod ) : void | ||
position | System.Vector3 | Origin of Ray |
direction | System.Vector3 | Ray normal |
length | float | Ray length |
count | int | Ray count |
retMethod | RayCallback | Return method to send the results |
return | void |
protected RayCast ( |
||
req | ||
return | void |
protected RayCast ( |
||
req | ||
return | void |
protected IntPtr,System ContactgeomsArray | ||
return |