Example #1
0
 // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
 internal PostAuthAttribute(global::AuthTarg target, global::AuthOptions options, string nameMask)
 {
     this._target = target;
     if (!string.IsNullOrEmpty(nameMask))
     {
         this._options  = (options | (global::AuthOptions)4);
         this._nameMask = nameMask;
     }
     else
     {
         this._options  = options;
         this._nameMask = string.Empty;
     }
 }
 // Token: 0x06000010 RID: 16 RVA: 0x0000215C File Offset: 0x0000035C
 private PostAuthFetchParentOrChildAttribute(global::AuthTarg target, bool includeThisGameObject, string nameMask) : base(target, (!includeThisGameObject) ? (global::AuthOptions.SearchDown | global::AuthOptions.SearchUp | global::AuthOptions.SearchReverse) : (global::AuthOptions.SearchDown | global::AuthOptions.SearchUp | global::AuthOptions.SearchInclusive | global::AuthOptions.SearchReverse), nameMask)
 {
 }
 // Token: 0x06000012 RID: 18 RVA: 0x00002184 File Offset: 0x00000384
 public PostAuthFetchParentOrChildAttribute(global::AuthTarg target, bool includeThisGameObject) : this(target, includeThisGameObject, null)
 {
 }
 // Token: 0x06000011 RID: 17 RVA: 0x00002178 File Offset: 0x00000378
 public PostAuthFetchParentOrChildAttribute(global::AuthTarg target, string nameMask) : this(target, false, nameMask)
 {
 }
Example #5
0
 // Token: 0x0600000A RID: 10 RVA: 0x000020FC File Offset: 0x000002FC
 private PostAuthFetchChildAttribute(global::AuthTarg target, bool includeThisGameObject, string nameMask) : base(target, (!includeThisGameObject) ? global::AuthOptions.SearchDown : (global::AuthOptions.SearchDown | global::AuthOptions.SearchInclusive), nameMask)
 {
 }
Example #6
0
 // Token: 0x06000005 RID: 5 RVA: 0x000020B4 File Offset: 0x000002B4
 public PostAuthFetchAttribute(global::AuthTarg target, string nameMask) : base(target, (global::AuthOptions)0, nameMask)
 {
 }
Example #7
0
 // Token: 0x06000006 RID: 6 RVA: 0x000020C0 File Offset: 0x000002C0
 public PostAuthFetchAttribute(global::AuthTarg target) : this(target, null)
 {
 }