Interface IQueryResult
Namespace: Unity.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 |
RigidBodyIndex
Declaration
int RigidBodyIndex { get; }
Property Value
Type | Description |
---|---|
Int32 |