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

BuildNativeShape() public abstract method

public abstract BuildNativeShape ( BulletWorld world, ShapeData shapeData ) : BulletShape
world BulletWorld
shapeData ShapeData
return BulletShape
        public abstract BulletShape BuildNativeShape(BulletWorld world, ShapeData shapeData);
BSAPITemplate