BEPUphysics.CollisionShapes.ConvexShapes.SphereShape.SphereShape C# (CSharp) Метод

SphereShape() публичный Метод

Constructs a new sphere shape.
public SphereShape ( float radius ) : System
radius float Radius of the sphere.
Результат System
        public SphereShape(float radius)
        {
            Radius = radius;
        }