// Token: 0x06000DB1 RID: 3505 RVA: 0x00010824 File Offset: 0x0000F824 public unsafe void SetClipName(string value) { int byteCount = Encoding.ASCII.GetByteCount(value); byte[] array = new byte[byteCount + 1]; Encoding.ASCII.GetBytes(value, 0, byteCount, array, 0); array[byteCount] = 0; fixed(byte *ptr = array) { TrackerEntity._EASharpBinding_1391(this.mSelf, (sbyte *)ptr); } }
// Token: 0x06000DAB RID: 3499 RVA: 0x00010760 File Offset: 0x0000F760 public TrackerEntity() : base(default(ExposeTag_NoInitOwned)) { this.mSelf = TrackerEntity._EASharpBinding_1388(); }