Struct FourPoints
Namespace: Unity.U2D.Entities.Physics
Syntax
public struct FourPoints
Constructors
FourPoints(float2)
Declaration
public FourPoints(float2 point)
Parameters
| Type | Name | Description |
|---|---|---|
| float2 | point |
Properties
X
Declaration
public float4 X { get; }
Property Value
| Type | Description |
|---|---|
| float4 |
Y
Declaration
public float4 Y { get; }
Property Value
| Type | Description |
|---|---|
| float4 |