Ejemplo n.º 1
0
 // Token: 0x06004F60 RID: 20320 RVA: 0x001AD550 File Offset: 0x001AB950
 public void Remove(PoseRecorder.PoseContents content)
 {
     this.poseContents &= (int)(~(int)content);
 }
Ejemplo n.º 2
0
 // Token: 0x06004F5F RID: 20319 RVA: 0x001AD540 File Offset: 0x001AB940
 public bool Contains(PoseRecorder.PoseContents content)
 {
     return((this.poseContents & (int)content) != 0);
 }