Universe.Physics.BulletSPlugin.BulletShape.ReferenceSame C# (CSharp) 메소드

ReferenceSame() 공개 메소드

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