757 lines
15 KiB
C#
757 lines
15 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.EditorUtils
|
|
{
|
|
// Token: 0x02001014 RID: 4116
|
|
[ExecuteInEditMode]
|
|
[DisallowMultipleComponent]
|
|
public class TransformLockEditor : MonoBehaviour
|
|
{
|
|
// Token: 0x060228A2 RID: 141474 RVA: 0x0096FD48 File Offset: 0x0096DF48
|
|
private void IGPFODPCJEP()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228A3 RID: 141475 RVA: 0x0096FD5C File Offset: 0x0096DF5C
|
|
private void MHDFIOMCCMO()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228A4 RID: 141476 RVA: 0x0096FE00 File Offset: 0x0096E000
|
|
private void JLOMELEDCLK()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228A5 RID: 141477 RVA: 0x0096FE14 File Offset: 0x0096E014
|
|
private void IGDMCDLELON()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228A6 RID: 141478 RVA: 0x0096FEB8 File Offset: 0x0096E0B8
|
|
private void OFOPHGFIAJM()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228A7 RID: 141479 RVA: 0x0096FECC File Offset: 0x0096E0CC
|
|
private void POMCHIPOPEA()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228A8 RID: 141480 RVA: 0x0096FEE0 File Offset: 0x0096E0E0
|
|
private void OLEBPMMFNIF()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228A9 RID: 141481 RVA: 0x0096FEF4 File Offset: 0x0096E0F4
|
|
private void ABBDFEGOFPH()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228AA RID: 141482 RVA: 0x0096FF08 File Offset: 0x0096E108
|
|
private void OPJLBOGKPPI()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228AB RID: 141483 RVA: 0x0096FFAC File Offset: 0x0096E1AC
|
|
private void MELFNMPLBAK()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228AC RID: 141484 RVA: 0x0096FFC0 File Offset: 0x0096E1C0
|
|
private void MJANJBNFEGG()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228AD RID: 141485 RVA: 0x00970064 File Offset: 0x0096E264
|
|
private void NJLJOGNHANP()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228AE RID: 141486 RVA: 0x00970108 File Offset: 0x0096E308
|
|
private void BBKPAKKLOGB()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228AF RID: 141487 RVA: 0x0097011C File Offset: 0x0096E31C
|
|
private void PBCGMHKELND()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B0 RID: 141488 RVA: 0x00970130 File Offset: 0x0096E330
|
|
private void BEJPIHEKCML()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B1 RID: 141489 RVA: 0x00970144 File Offset: 0x0096E344
|
|
private void AAEJCJGGKEJ()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B2 RID: 141490 RVA: 0x009701E8 File Offset: 0x0096E3E8
|
|
private void FNNCEMJECLP()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B3 RID: 141491 RVA: 0x009701FC File Offset: 0x0096E3FC
|
|
private void EEPEOCMOGIL()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B4 RID: 141492 RVA: 0x009702A0 File Offset: 0x0096E4A0
|
|
private void Update()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B5 RID: 141493 RVA: 0x00970344 File Offset: 0x0096E544
|
|
private void OKGGDGJIPAM()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B6 RID: 141494 RVA: 0x00970358 File Offset: 0x0096E558
|
|
private void BBOIJKLPABP()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B7 RID: 141495 RVA: 0x0097036C File Offset: 0x0096E56C
|
|
private void Awake()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B8 RID: 141496 RVA: 0x00970380 File Offset: 0x0096E580
|
|
private void EJELDFPCKKF()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228B9 RID: 141497 RVA: 0x00970424 File Offset: 0x0096E624
|
|
private void PPFIBIEHPDP()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228BA RID: 141498 RVA: 0x009704C8 File Offset: 0x0096E6C8
|
|
private void JKMNBLDOIMB()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228BB RID: 141499 RVA: 0x0097056C File Offset: 0x0096E76C
|
|
private void OEHDEPBJFAB()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228BC RID: 141500 RVA: 0x00970580 File Offset: 0x0096E780
|
|
private void KPNLIAADHNJ()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228BE RID: 141502 RVA: 0x009705C0 File Offset: 0x0096E7C0
|
|
private void BOOMNFIGOAN()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228BF RID: 141503 RVA: 0x009705D4 File Offset: 0x0096E7D4
|
|
private void AHHEENEFAPI()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C0 RID: 141504 RVA: 0x00970678 File Offset: 0x0096E878
|
|
private void CCOHCCEHNIC()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C1 RID: 141505 RVA: 0x0097068C File Offset: 0x0096E88C
|
|
private void IOGPMJADEIB()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C2 RID: 141506 RVA: 0x00970730 File Offset: 0x0096E930
|
|
private void OJAIDLPNIEI()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C3 RID: 141507 RVA: 0x00970744 File Offset: 0x0096E944
|
|
private void DLHCKBDMBAF()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C4 RID: 141508 RVA: 0x00970758 File Offset: 0x0096E958
|
|
private void BDKMGEHDIIH()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C5 RID: 141509 RVA: 0x0097076C File Offset: 0x0096E96C
|
|
private void PEMILJJNOEP()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C6 RID: 141510 RVA: 0x00970780 File Offset: 0x0096E980
|
|
private void NGOPCBJCNJM()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C7 RID: 141511 RVA: 0x00970794 File Offset: 0x0096E994
|
|
private void IPAPMGBLCNF()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C8 RID: 141512 RVA: 0x009707A8 File Offset: 0x0096E9A8
|
|
private void BJJKGIOCAIL()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228C9 RID: 141513 RVA: 0x0097084C File Offset: 0x0096EA4C
|
|
private void KKABOKBLDGJ()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228CA RID: 141514 RVA: 0x00970860 File Offset: 0x0096EA60
|
|
private void FNHPFHOPCLL()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228CB RID: 141515 RVA: 0x00970904 File Offset: 0x0096EB04
|
|
private void DKDGOJGKHDM()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228CC RID: 141516 RVA: 0x009709A8 File Offset: 0x0096EBA8
|
|
private void CJDFMFPIFDB()
|
|
{
|
|
if (this.lockPosition)
|
|
{
|
|
base.transform.localPosition = this.AAMFEDNFNLD;
|
|
}
|
|
else
|
|
{
|
|
this.AAMFEDNFNLD = base.transform.localPosition;
|
|
}
|
|
if (this.lockRotation)
|
|
{
|
|
base.transform.localRotation = this.PFDEMGFHFFB;
|
|
}
|
|
else
|
|
{
|
|
this.PFDEMGFHFFB = base.transform.localRotation;
|
|
}
|
|
if (this.lockScale)
|
|
{
|
|
base.transform.localScale = this.AOMNPMLMHIN;
|
|
}
|
|
else
|
|
{
|
|
this.AOMNPMLMHIN = base.transform.localScale;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060228CD RID: 141517 RVA: 0x00970A4C File Offset: 0x0096EC4C
|
|
private void GCOFOGPIJJA()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x040059E2 RID: 23010
|
|
public bool lockPosition;
|
|
|
|
// Token: 0x040059E3 RID: 23011
|
|
public bool lockRotation;
|
|
|
|
// Token: 0x040059E4 RID: 23012
|
|
public bool lockScale;
|
|
|
|
// Token: 0x040059E5 RID: 23013
|
|
private Vector3 AAMFEDNFNLD = Vector3.zero;
|
|
|
|
// Token: 0x040059E6 RID: 23014
|
|
private Quaternion PFDEMGFHFFB = Quaternion.identity;
|
|
|
|
// Token: 0x040059E7 RID: 23015
|
|
private Vector3 AOMNPMLMHIN = Vector3.one;
|
|
}
|
|
}
|