Click or drag to resize

MeshesCreateSphere Method

Creates an ideal sphere.

Namespace:  KSPDev.ModelUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public static GameObject CreateSphere(
	float diameter,
	Material material,
	Transform parent,
	CollidersPrimitiveCollider colliderType = CollidersPrimitiveCollider.None
)
Request Example View Source

Parameters

diameter
Type: SystemSingle
Diameter of the sphere.
material
Type: Material
Material for the primitive.
parent
Type: Transform
Parent transfrom to atatch primitive to.
colliderType (Optional)
Type: KSPDev.ModelUtilsCollidersPrimitiveCollider
Type of the collider to create on the primitive.

Return Value

Type: GameObject
Sphere game object.
See Also