Universe.Physics.BulletSPlugin.BulletShape.ReferenceSame C# (CSharp) Method

ReferenceSame() public method

public ReferenceSame ( BulletShape xx ) : bool
xx BulletShape
return bool
        public virtual bool ReferenceSame(BulletShape xx)
        {
            return false;
        }