예제 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LayerMask obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
 public bool IsOnLayer(LayerMask.Layers layer)
 {
     bool ret = SharpMochaPINVOKE.LayerMask_IsOnLayer(swigCPtr, (int)layer);
     return ret;
 }
예제 #3
0
 public void RemoveLayer(LayerMask.Layers layer)
 {
     SharpMochaPINVOKE.LayerMask_RemoveLayer(swigCPtr, (int)layer);
 }
예제 #4
0
 public void AddLayer(LayerMask.Layers layer)
 {
     SharpMochaPINVOKE.LayerMask_AddLayer(swigCPtr, (int)layer);
 }