# PrimitiveShapeParameters

> Struct

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.valuetype.equals)

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

***

Namespace: UnityEngine.Pixyz.Algo

```csharp
[Serializable]
public struct PrimitiveShapeParameters
```

## Fields

### Box

```csharp
public BoxParameters Box
```

Returns

| Type                                  | Description |
| ------------------------------------- | ----------- |
| [BoxParameters](./algo_boxparameters) |             |

### Plane

```csharp
public PlaneParameters Plane
```

Returns

| Type                                      | Description |
| ----------------------------------------- | ----------- |
| [PlaneParameters](./algo_planeparameters) |             |

### Sphere

```csharp
public SphereParameters Sphere
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [SphereParameters](./algo_sphereparameters) |             |

### Cylinder

```csharp
public CylinderParameters Cylinder
```

Returns

| Type                                            | Description |
| ----------------------------------------------- | ----------- |
| [CylinderParameters](./algo_cylinderparameters) |             |

### Cone

```csharp
public ConeParameters Cone
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [ConeParameters](./algo_coneparameters) |             |

### Capsule

```csharp
public CapsuleParameters Capsule
```

Returns

| Type                                          | Description |
| --------------------------------------------- | ----------- |
| [CapsuleParameters](./algo_capsuleparameters) |             |

### \_type

```csharp
public PrimitiveShapeParameters.Type _type
```

Returns

| Type                                                             | Description |
| ---------------------------------------------------------------- | ----------- |
| [PrimitiveShapeParameters.Type](./primitiveshapeparameters_type) |             |
