Table of Contents

Method AddSphere

Namespace
Box3D
Assembly
Box3D.NET.dll

AddSphere(Sphere, PhysicsMaterial?)

Adds a sphere.

public CompoundBuilder AddSphere(Sphere sphere, PhysicsMaterial? material = null)

Parameters

sphere Sphere

The sphere, in compound-local space.

material PhysicsMaterial?

The surface material, or null for the defaults.

Returns

CompoundBuilder

This builder, so calls can be chained.