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

SetCollisionShape() public abstract method

public abstract SetCollisionShape ( BulletWorld sim, BulletBody obj, BulletShape shape ) : void
sim BulletWorld
obj BulletBody
shape BulletShape
return void
        public abstract void SetCollisionShape(BulletWorld sim, BulletBody obj, BulletShape shape);
BSAPITemplate