Struct CylinderParameters
Inherited Members
Namespace: UnityEngine.Pixyz.Algo
Syntax
[Serializable]
public struct CylinderParameters
Constructors
CylinderParameters(CylinderParameters)
Declaration
public CylinderParameters(CylinderParameters o)
Parameters
| Type | Name | Description |
|---|---|---|
| CylinderParameters | o |
Fields
Height
Declaration
public double Height
Field Value
| Type | Description |
|---|---|
| double |
Radius
Declaration
public double Radius
Field Value
| Type | Description |
|---|---|
| double |
Sides
Declaration
public int Sides
Field Value
| Type | Description |
|---|---|
| int |