// Token: 0x0600062F RID: 1583 RVA: 0x000088A8 File Offset: 0x000078A8
 public void ConfigureBox(uint trigger, Vector3 position, Vector3 dimensions, float rotation)
 {
     InternalTrigger._EASharpBinding_621(this.mSelf, trigger, object.ReferenceEquals(position, null) ? null : position._GetRaw(), object.ReferenceEquals(dimensions, null) ? null : dimensions._GetRaw(), rotation);
 }
 // Token: 0x0600062D RID: 1581 RVA: 0x00008884 File Offset: 0x00007884
 public void ConfigureCylinder(uint trigger, Vector3 position, float radius, float rotation)
 {
     InternalTrigger._EASharpBinding_620(this.mSelf, trigger, object.ReferenceEquals(position, null) ? null : position._GetRaw(), radius, rotation);
 }
 // Token: 0x06000629 RID: 1577 RVA: 0x00008820 File Offset: 0x00007820
 public InternalTrigger(uint fingerPrint) : base(default(ExposeTag_NoInitOwned))
 {
     this.mSelf = InternalTrigger._EASharpBinding_618(fingerPrint);
 }
 // Token: 0x06000627 RID: 1575 RVA: 0x00008811 File Offset: 0x00007811
 public void Disable()
 {
     InternalTrigger._EASharpBinding_617(this.mSelf);
 }
 // Token: 0x06000625 RID: 1573 RVA: 0x00008804 File Offset: 0x00007804
 public void Enable()
 {
     InternalTrigger._EASharpBinding_616(this.mSelf);
 }
 // Token: 0x06000631 RID: 1585 RVA: 0x000088DE File Offset: 0x000078DE
 public void ConfigurePlane(uint trigger, Vector3 position, float width, float rotation)
 {
     InternalTrigger._EASharpBinding_622(this.mSelf, trigger, object.ReferenceEquals(position, null) ? null : position._GetRaw(), width, rotation);
 }