WeatherMakerConeCreatorCreateCone Method |
Create a cone
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static Mesh CreateCone(
int subdivisions,
float angle,
float height
)
Public Shared Function CreateCone (
subdivisions As Integer,
angle As Single,
height As Single
) As Mesh
public:
static Mesh^ CreateCone(
int subdivisions,
float angle,
float height
)
static member CreateCone :
subdivisions : int *
angle : float32 *
height : float32 -> Mesh
Parameters
- subdivisions
- Type: SystemInt32
Subdivisions - angle
- Type: SystemSingle
Angle in degrees - height
- Type: SystemSingle
Height
Return Value
Type:
MeshMesh
See Also