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; }
public bool IsOnLayer(LayerMask.Layers layer) { bool ret = SharpMochaPINVOKE.LayerMask_IsOnLayer(swigCPtr, (int)layer); return ret; }
public void RemoveLayer(LayerMask.Layers layer) { SharpMochaPINVOKE.LayerMask_RemoveLayer(swigCPtr, (int)layer); }
public void AddLayer(LayerMask.Layers layer) { SharpMochaPINVOKE.LayerMask_AddLayer(swigCPtr, (int)layer); }