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

ReferenceSame() public method

public ReferenceSame ( BulletShape other ) : bool
other BulletShape
return bool
            public override bool ReferenceSame(BulletShape other)
            {
                BulletShapeUnman otheru = other as BulletShapeUnman;
                return (otheru != null) && (ptr == otheru.ptr);
            }