API ReferenceSandbox
public sealed struct Sandbox.PhysicsIntersection
Constructors
Showing 1 constructors
public PhysicsIntersection(Sandbox.PhysicsContact.Target Self, Sandbox.PhysicsContact.Target Other, Sandbox.PhysicsContact Contact)
No results match this filter.
Methods
Showing 1 methods
public void Deconstruct(Sandbox.PhysicsContact.Target Self, Sandbox.PhysicsContact.Target Other, Sandbox.PhysicsContact Contact)
No results match this filter.
Properties
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.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.PhysicsIntersection |