Method CastCollider
CastCollider<T>(ColliderCastInput, NativeArray<PhysicsBody>, ref T)
Declaration
public bool CastCollider<T>(ColliderCastInput input, NativeArray<PhysicsBody> rigidBodies, ref T collector) where T : struct, ICollector<ColliderCastHit>
Parameters
| Type | Name | Description |
|---|---|---|
| ColliderCastInput | input | |
| NativeArray<PhysicsBody> | rigidBodies | |
| T | collector |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |