BulletCSharp.btUniformScalingShape.btUniformScalingShape C# (CSharp) Method

btUniformScalingShape() private method

private btUniformScalingShape ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal btUniformScalingShape(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

btUniformScalingShape::btUniformScalingShape ( SWIGTYPE_p_btConvexShape convexChildShape, float uniformScalingFactor ) : System