221 lines
6.3 KiB
C#
221 lines
6.3 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200011F RID: 287
|
|
[RequireComponent(typeof(LineRenderer))]
|
|
public class BowstringRenderer : MonoBehaviour
|
|
{
|
|
// Token: 0x06003C5F RID: 15455 RVA: 0x0012F678 File Offset: 0x0012D878
|
|
private void Update()
|
|
{
|
|
this.DJEMCNJDAKI.SetPosition(0, this.upperLimbNotch.position);
|
|
this.DJEMCNJDAKI.SetPosition(1, this.nockingPointTransform.position);
|
|
this.DJEMCNJDAKI.SetPosition(2, this.lowerLimbNotch.position);
|
|
}
|
|
|
|
// Token: 0x06003C60 RID: 15456 RVA: 0x0012F6CC File Offset: 0x0012D8CC
|
|
private void OnDisable()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C61 RID: 15457 RVA: 0x0012F6DC File Offset: 0x0012D8DC
|
|
private void HNNINFHGLCP()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C63 RID: 15459 RVA: 0x0012F6F4 File Offset: 0x0012D8F4
|
|
private void DCILLKCLNCI()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C64 RID: 15460 RVA: 0x0012F704 File Offset: 0x0012D904
|
|
private void OnEnable()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = true;
|
|
}
|
|
|
|
// Token: 0x06003C65 RID: 15461 RVA: 0x0012F714 File Offset: 0x0012D914
|
|
private void KGNIGEGFNEB()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C66 RID: 15462 RVA: 0x0012F724 File Offset: 0x0012D924
|
|
private void EKAKJHOBNKF()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C67 RID: 15463 RVA: 0x0012F734 File Offset: 0x0012D934
|
|
private void FDBHMLOEHCE()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[6]);
|
|
}
|
|
|
|
// Token: 0x06003C68 RID: 15464 RVA: 0x0012F754 File Offset: 0x0012D954
|
|
private void AMFMBKHHBGE()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C69 RID: 15465 RVA: 0x0012F764 File Offset: 0x0012D964
|
|
private void OBFADPEEBLG()
|
|
{
|
|
this.DJEMCNJDAKI.SetPosition(1, this.upperLimbNotch.position);
|
|
this.DJEMCNJDAKI.SetPosition(0, this.nockingPointTransform.position);
|
|
this.DJEMCNJDAKI.SetPosition(6, this.lowerLimbNotch.position);
|
|
}
|
|
|
|
// Token: 0x06003C6A RID: 15466 RVA: 0x0012F7B8 File Offset: 0x0012D9B8
|
|
private void MIBIJLIBPGJ()
|
|
{
|
|
this.DJEMCNJDAKI.SetPosition(0, this.upperLimbNotch.position);
|
|
this.DJEMCNJDAKI.SetPosition(1, this.nockingPointTransform.position);
|
|
this.DJEMCNJDAKI.SetPosition(4, this.lowerLimbNotch.position);
|
|
}
|
|
|
|
// Token: 0x06003C6B RID: 15467 RVA: 0x0012F80C File Offset: 0x0012DA0C
|
|
private void HOOOIPKICHK()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C6C RID: 15468 RVA: 0x0012F81C File Offset: 0x0012DA1C
|
|
private void MDCNOIALLAF()
|
|
{
|
|
this.DJEMCNJDAKI.SetPosition(1, this.upperLimbNotch.position);
|
|
this.DJEMCNJDAKI.SetPosition(0, this.nockingPointTransform.position);
|
|
this.DJEMCNJDAKI.SetPosition(7, this.lowerLimbNotch.position);
|
|
}
|
|
|
|
// Token: 0x06003C6D RID: 15469 RVA: 0x0012F870 File Offset: 0x0012DA70
|
|
private void Awake()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[3]);
|
|
}
|
|
|
|
// Token: 0x06003C6E RID: 15470 RVA: 0x0012F890 File Offset: 0x0012DA90
|
|
private void JFFLHAMMGAH()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[0]);
|
|
}
|
|
|
|
// Token: 0x06003C6F RID: 15471 RVA: 0x0012F8B0 File Offset: 0x0012DAB0
|
|
private void PDFOKEDPGOB()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = true;
|
|
}
|
|
|
|
// Token: 0x06003C70 RID: 15472 RVA: 0x0012F8C0 File Offset: 0x0012DAC0
|
|
private void MICFHMAIGIB()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[8]);
|
|
}
|
|
|
|
// Token: 0x06003C71 RID: 15473 RVA: 0x0012F8E0 File Offset: 0x0012DAE0
|
|
private void BBKPAKKLOGB()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[5]);
|
|
}
|
|
|
|
// Token: 0x06003C72 RID: 15474 RVA: 0x0012F900 File Offset: 0x0012DB00
|
|
private void JPLHGLLAELO()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = true;
|
|
}
|
|
|
|
// Token: 0x06003C73 RID: 15475 RVA: 0x0012F910 File Offset: 0x0012DB10
|
|
private void LHMGNEDHIHI()
|
|
{
|
|
this.DJEMCNJDAKI.SetPosition(0, this.upperLimbNotch.position);
|
|
this.DJEMCNJDAKI.SetPosition(0, this.nockingPointTransform.position);
|
|
this.DJEMCNJDAKI.SetPosition(4, this.lowerLimbNotch.position);
|
|
}
|
|
|
|
// Token: 0x06003C74 RID: 15476 RVA: 0x0012F964 File Offset: 0x0012DB64
|
|
private void JLOMELEDCLK()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[5]);
|
|
}
|
|
|
|
// Token: 0x06003C75 RID: 15477 RVA: 0x0012F984 File Offset: 0x0012DB84
|
|
private void IKFCLMNDGPF()
|
|
{
|
|
this.DJEMCNJDAKI.SetPosition(1, this.upperLimbNotch.position);
|
|
this.DJEMCNJDAKI.SetPosition(0, this.nockingPointTransform.position);
|
|
this.DJEMCNJDAKI.SetPosition(3, this.lowerLimbNotch.position);
|
|
}
|
|
|
|
// Token: 0x06003C76 RID: 15478 RVA: 0x0012F9D8 File Offset: 0x0012DBD8
|
|
private void BBOIJKLPABP()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[5]);
|
|
}
|
|
|
|
// Token: 0x06003C77 RID: 15479 RVA: 0x0012F9F8 File Offset: 0x0012DBF8
|
|
private void IDFGKJHJBLA()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[7]);
|
|
}
|
|
|
|
// Token: 0x06003C78 RID: 15480 RVA: 0x0012FA18 File Offset: 0x0012DC18
|
|
private void DMGPFGPEAMB()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C79 RID: 15481 RVA: 0x0012FA28 File Offset: 0x0012DC28
|
|
private void OFOPHGFIAJM()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[2]);
|
|
}
|
|
|
|
// Token: 0x06003C7A RID: 15482 RVA: 0x0012FA48 File Offset: 0x0012DC48
|
|
private void EEPEOCMOGIL()
|
|
{
|
|
this.DJEMCNJDAKI.SetPosition(1, this.upperLimbNotch.position);
|
|
this.DJEMCNJDAKI.SetPosition(1, this.nockingPointTransform.position);
|
|
this.DJEMCNJDAKI.SetPosition(0, this.lowerLimbNotch.position);
|
|
}
|
|
|
|
// Token: 0x06003C7B RID: 15483 RVA: 0x0012FA9C File Offset: 0x0012DC9C
|
|
private void MNCJGJGGHHF()
|
|
{
|
|
this.DJEMCNJDAKI.enabled = false;
|
|
}
|
|
|
|
// Token: 0x06003C7C RID: 15484 RVA: 0x0012FAAC File Offset: 0x0012DCAC
|
|
private void NMOBMJGJCCC()
|
|
{
|
|
this.DJEMCNJDAKI = base.GetComponent<LineRenderer>();
|
|
this.DJEMCNJDAKI.SetPositions(new Vector3[1]);
|
|
}
|
|
|
|
// Token: 0x04000774 RID: 1908
|
|
[SerializeField]
|
|
private Transform upperLimbNotch;
|
|
|
|
// Token: 0x04000775 RID: 1909
|
|
[SerializeField]
|
|
private Transform lowerLimbNotch;
|
|
|
|
// Token: 0x04000776 RID: 1910
|
|
[SerializeField]
|
|
private Transform nockingPointTransform;
|
|
|
|
// Token: 0x04000777 RID: 1911
|
|
private LineRenderer DJEMCNJDAKI;
|
|
}
|