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

CreateCompoundShape() public abstract method

public abstract CreateCompoundShape ( BulletWorld sim, bool enableDynamicAabbTree ) : BulletShape
sim BulletWorld
enableDynamicAabbTree bool
return BulletShape
        public abstract BulletShape CreateCompoundShape(BulletWorld sim, bool enableDynamicAabbTree);
BSAPITemplate