Exemplo n.º 1
0
            public void ctor(Oracle.OracleArm arm, int index)
            {
                this.arm          = arm;
                this.index        = index;
                currentInvKinFlip = ((UnityEngine.Random.value >= 0.5f) ? 1f : -1f);
                switch (index)
                {
                case 0:
                    totalLength = 300f;
                    break;

                case 1:
                    totalLength = 150f;
                    break;

                case 2:
                    totalLength = 90f;
                    break;

                case 3:
                    totalLength = 30f;
                    break;
                }
                pos     = arm.BasePos(1f);
                lastPos = pos;
            }
Exemplo n.º 2
0
 public patch_Joint(Oracle.OracleArm arm, int index) : base(arm, index)
 {
 }
Exemplo n.º 3
0
 // Token: 0x060021A7 RID: 8615 RVA: 0x001FC2E4 File Offset: 0x001FA4E4
 public extern void orig_ctor(Oracle.OracleArm arm, int index);