API ReferenceSandbox
PhysicsIntersectionclass
object→PhysicsIntersection
Constructors1
Showing 1 constructors
public PhysicsIntersection(Sandbox.PhysicsContact.Target Self, Sandbox.PhysicsContact.Target Other, Sandbox.PhysicsContact Contact)
| Parameter | Type | Description |
|---|---|---|
| Self | Target | — |
| Other | Target | — |
| Contact | PhysicsContact | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(Sandbox.PhysicsContact.Target Self, Sandbox.PhysicsContact.Target Other, Sandbox.PhysicsContact Contact)
| Parameter | Type | Description |
|---|---|---|
| Self | Target | — |
| Other | Target | — |
| Contact | PhysicsContact | — |
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public Sandbox.PhysicsContact Sandbox.PhysicsIntersection.Contact { get; set; }
public Sandbox.PhysicsContact.Target Sandbox.PhysicsIntersection.Other { get; set; }
public Sandbox.PhysicsContact.Target Sandbox.PhysicsIntersection.Self { get; set; }
No results match this filter.