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

BuildCapsuleShape() public abstract method

public abstract BuildCapsuleShape ( BulletWorld world, float radius, float height, System.Vector3 scale ) : BulletShape
world BulletWorld
radius float
height float
scale System.Vector3
return BulletShape
        public abstract BulletShape BuildCapsuleShape(BulletWorld world, float radius, float height, Vector3 scale);
BSAPITemplate