PunkX.Mask.collideMasklist C# (CSharp) 메소드

collideMasklist() 보호된 메소드

Collide against a Masklist.
protected collideMasklist ( Mask other ) : System.Boolean
other Mask
리턴 System.Boolean
        protected Boolean collideMasklist(Mask other)
        {
            Masklist m = (Masklist)other;
            return other.collide(this);
        }