CreateCylinderColShape
Creates a cylinder shaped colshape object.
- position: parameter input should be in Vector3 type
- range: parameter input should be in float type
- height: parameter input should be in float type
- dimension: parameter input should be in uint type
{{#tag:syntaxhighlight| ColShape cylinder = ColShape.CreateCylinderColShape(new Vector3(), 10.0f, 5.0f); |lang=csharp}} }}