Struct ModifiableContactPoint
Namespace: Unity.Physics
Syntax
public struct ModifiableContactPoint
Properties
Distance
Declaration
public float Distance { get; set; }
Property Value
| Type | Description | 
|---|---|
| Single | 
Index
Declaration
public int Index { get; }
Property Value
| Type | Description | 
|---|---|
| Int32 | 
Modified
Declaration
public bool Modified { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | 
Position
Declaration
public float3 Position { get; set; }
Property Value
| Type | Description | 
|---|---|
| float3 |