コード例 #1
0
ファイル: Element.cs プロジェクト: Kernell/mta-mono-lib
 public bool IsWithinColShape(ColShape colshape)
 {
     return(Native.Element.IsWithinColShape(this.userdata, colshape.GetUserData()));
 }