BulletCSharp.btSphereShape.btSphereShape C# (CSharp) Метод

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

public btSphereShape ( float radius ) : System
radius float
Результат System
        public btSphereShape(float radius)
            : this(BulletCollisionPINVOKE.new_btSphereShape(radius), true)
        {
        }

Same methods

btSphereShape::btSphereShape ( IntPtr cPtr, bool cMemoryOwn ) : System