Universe.Physics.BulletSPlugin.BSAPIUnman.BulletShapeUnman.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : BulletShape
return BulletShape
            public override BulletShape Clone()
            {
                return new BulletShapeUnman(ptr, shapeType);
            }