Files
Apr2020-Cpp2Il-Dump/Assembly-CSharp/ImposterPreviewCustomFraming.cs
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

79 lines
2.5 KiB
C#

using System;
using Cpp2IlInjected;
using RecRoom.Core.DataStructures;
using UnityEngine;
// Token: 0x02000289 RID: 649
[Token(Token = "0x2000289")]
public class ImposterPreviewCustomFraming : MonoBehaviour, AICKHLGGBBH
{
// Token: 0x06001326 RID: 4902 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6001326")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "4")]
public void PrepareImposter(DDOCLDALHON KDMGDPJLIBN)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06001327 RID: 4903 RVA: 0x00050B94 File Offset: 0x0004ED94
[Token(Token = "0x6001327")]
[Address(RVA = "0x883AC0", Offset = "0x8828C0", VA = "0x180883AC0")]
public void SetReferencePoint(Vector3 GHBPCACOCOL, Quaternion LDAKIHFDIFN)
{
ReferencePoint imposterPreviewCamera = this.ImposterPreviewCamera;
float z = GHBPCACOCOL.z;
imposterPreviewCamera.localPosition.z = z;
ReferencePoint imposterPreviewCamera2 = this.ImposterPreviewCamera;
}
// Token: 0x06001328 RID: 4904 RVA: 0x00050BC8 File Offset: 0x0004EDC8
[Token(Token = "0x6001328")]
[Address(RVA = "0x883820", Offset = "0x882620", VA = "0x180883820")]
private void OnDrawGizmosSelected()
{
ReferencePoint imposterPreviewCamera = this.ImposterPreviewCamera;
ReferencePoint imposterPreviewCamera2 = this.ImposterPreviewCamera;
Vector3 vector;
float z = vector.z;
float z2 = Vector3.one.z;
Matrix4x4 matrix4x;
float m = matrix4x.m01;
float z3 = Vector3.zero.z;
Vector2 one = Vector2.one;
Vector3 vector2;
float z4 = vector2.z;
}
// Token: 0x06001329 RID: 4905 RVA: 0x00050C24 File Offset: 0x0004EE24
[Token(Token = "0x6001329")]
[Address(RVA = "0x883A50", Offset = "0x882850", VA = "0x180883A50")]
private void OnValidate()
{
float num = this.orthographicSize;
float num2 = Mathf.Max(0.05f, num);
this.orthographicSize = num2;
}
// Token: 0x0600132A RID: 4906 RVA: 0x00050C4C File Offset: 0x0004EE4C
[Token(Token = "0x600132A")]
[Address(RVA = "0x883B00", Offset = "0x882900", VA = "0x180883B00")]
public ImposterPreviewCustomFraming()
{
}
// Token: 0x04000EDA RID: 3802
[Token(Token = "0x4000EDA")]
private const float GKIMBJKPPKI = 0.05f;
// Token: 0x04000EDB RID: 3803
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000EDB")]
[SerializeField]
public ReferencePoint ImposterPreviewCamera;
// Token: 0x04000EDC RID: 3804
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000EDC")]
public float orthographicSize = 1f;
}