Universe.Physics.BulletSPlugin.BSAPITemplate.CreateBodyFromShape C# (CSharp) Method

CreateBodyFromShape() public abstract method

public abstract CreateBodyFromShape ( BulletWorld sim, BulletShape shape, UInt32 id, System.Vector3 pos, Quaternion rot ) : BulletBody
sim BulletWorld
shape BulletShape
id System.UInt32
pos System.Vector3
rot Quaternion
return BulletBody
        public abstract BulletBody CreateBodyFromShape(BulletWorld sim, BulletShape shape, UInt32 id, Vector3 pos,
            Quaternion rot);
BSAPITemplate