Interface IQueryResult
Namespace: Unity.U2D.Entities.Physics
Syntax
public interface IQueryResult
Properties
ColliderKey
Declaration
ColliderKey ColliderKey { get; }
Property Value
| Type | Description |
|---|---|
| ColliderKey |
Entity
Declaration
Entity Entity { get; }
Property Value
| Type | Description |
|---|---|
| Entity |
Fraction
Declaration
float Fraction { get; }
Property Value
| Type | Description |
|---|---|
| Single |
IsValid
Declaration
bool IsValid { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
PhysicsBodyIndex
Declaration
int PhysicsBodyIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |