public void SetAnimationProperties(AnimationParts animationParts) { this.animationParts = animationParts; currentAnimationGoing = new CurrentAnimation(animationParts); }
private void CheckTriggerEndState(bool disable, AnimationParts part) { if (part != animationParts) return; if (disable) { rectTransform.gameObject.SetActive(false); } else { if (gameObject && !rectTransform.gameObject == gameObject) { Destroy(gameObject); } DestroyImmediate(rectTransform.gameObject); } }
// Token: 0x0600893C RID: 35132 RVA: 0x00302A63 File Offset: 0x00300C63 public CurrentAnimation(AnimationParts PCADJGOKBJP) { this.PCADJGOKBJP = PCADJGOKBJP; }
public CurrentAnimation(AnimationParts animationPart) { this.animationPart = animationPart; }