public struct ColliderCastInput
Fields
Declaration
public BlobAssetReference<Collider> Collider
Field Value
Type |
Description |
BlobAssetReference<Collider> |
|
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float2x2 |
|
Properties
Declaration
public float2 End { get; set; }
Property Value
Type |
Description |
Unity.Mathematics.float2 |
|
Declaration
public IgnoreHit Ignore { get; set; }
Property Value
Declaration
Property Value
Declaration
public float2 Start { get; set; }
Property Value
Type |
Description |
Unity.Mathematics.float2 |
|