Files
2026-04-08 23:40:05 +02:00

190 lines
6.7 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core
{
// Token: 0x02000030 RID: 48
[Token(Token = "0x2000014")]
[StructLayout(3)]
public static class ScheduledUpdateMonoBehaviourExtensions
{
// Token: 0x060000CE RID: 206 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000071")]
[Address(RVA = "0x2FF73F0", Offset = "0x2FF5DF0", VA = "0x182FF73F0")]
public static IDisposable QueueUpdate(this MonoBehaviour behaviour, Action update, Scheduler.QueueType queueType)
{
return null;
}
// Token: 0x060000CF RID: 207 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000072")]
[Address(RVA = "0x2FF7370", Offset = "0x2FF5D70", VA = "0x182FF7370")]
public static IDisposable QueueUpdate(this MonoBehaviour behaviour, Action<float> update, Scheduler.QueueType queueType)
{
return null;
}
// Token: 0x060000D0 RID: 208 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000073")]
[Address(RVA = "0x2FF77E0", Offset = "0x2FF61E0", VA = "0x182FF77E0")]
public static IDisposable Update(this MonoBehaviour behaviour, Action update)
{
return null;
}
// Token: 0x060000D1 RID: 209 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000074")]
[Address(RVA = "0x2FF6F80", Offset = "0x2FF5980", VA = "0x182FF6F80")]
public static IDisposable FixedUpdate(this MonoBehaviour behaviour, Action update)
{
return null;
}
// Token: 0x060000D2 RID: 210 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000075")]
[Address(RVA = "0x2FF7200", Offset = "0x2FF5C00", VA = "0x182FF7200")]
public static IDisposable LateUpdate(this MonoBehaviour behaviour, Action update)
{
return null;
}
// Token: 0x060000D3 RID: 211 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000076")]
[Address(RVA = "0x2FF7470", Offset = "0x2FF5E70", VA = "0x182FF7470")]
public static IDisposable RigidbodyExLateUpdate(this MonoBehaviour behaviour, Action update)
{
return null;
}
// Token: 0x060000D4 RID: 212 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000077")]
[Address(RVA = "0x2FF7270", Offset = "0x2FF5C70", VA = "0x182FF7270")]
public static IDisposable PreRenderUpdate(this MonoBehaviour behaviour, Action update)
{
return null;
}
// Token: 0x060000D5 RID: 213 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000078")]
[Address(RVA = "0x2FF72E0", Offset = "0x2FF5CE0", VA = "0x182FF72E0")]
public static IDisposable QueueUpdateAtRate(this MonoBehaviour behaviour, float hz, Action<float> update, Scheduler.QueueType queueType)
{
return null;
}
// Token: 0x060000D6 RID: 214 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000079")]
[Address(RVA = "0x2FF7760", Offset = "0x2FF6160", VA = "0x182FF7760")]
public static IDisposable UpdateAtRate(this MonoBehaviour behaviour, float hz, Action<float> update)
{
return null;
}
// Token: 0x060000D7 RID: 215 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x600007A")]
[Address(RVA = "0x2FF76E0", Offset = "0x2FF60E0", VA = "0x182FF76E0")]
public static IDisposable Update60hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000D8 RID: 216 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x600007B")]
[Address(RVA = "0x2FF75E0", Offset = "0x2FF5FE0", VA = "0x182FF75E0")]
public static IDisposable Update30hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000D9 RID: 217 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x600007C")]
[Address(RVA = "0x2FF74E0", Offset = "0x2FF5EE0", VA = "0x182FF74E0")]
public static IDisposable Update10hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000DA RID: 218 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x600007D")]
[Address(RVA = "0x2FF7660", Offset = "0x2FF6060", VA = "0x182FF7660")]
public static IDisposable Update5hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000DB RID: 219 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x600007E")]
[Address(RVA = "0x2FF7560", Offset = "0x2FF5F60", VA = "0x182FF7560")]
public static IDisposable Update1hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000DC RID: 220 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x600007F")]
[Address(RVA = "0x2FF6EF0", Offset = "0x2FF58F0", VA = "0x182FF6EF0")]
public static IDisposable FixedUpdateAtRate(this MonoBehaviour behaviour, float hz, Action<float> update)
{
return null;
}
// Token: 0x060000DD RID: 221 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000080")]
[Address(RVA = "0x2FF6E70", Offset = "0x2FF5870", VA = "0x182FF6E70")]
public static IDisposable FixedUpdate30hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000DE RID: 222 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000081")]
[Address(RVA = "0x2FF6D70", Offset = "0x2FF5770", VA = "0x182FF6D70")]
public static IDisposable FixedUpdate10hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000DF RID: 223 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000082")]
[Address(RVA = "0x2FF6DF0", Offset = "0x2FF57F0", VA = "0x182FF6DF0")]
public static IDisposable FixedUpdate1hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000E0 RID: 224 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000083")]
[Address(RVA = "0x2FF7170", Offset = "0x2FF5B70", VA = "0x182FF7170")]
public static IDisposable LateUpdateAtRate(this MonoBehaviour behaviour, float hz, Action<float> update)
{
return null;
}
// Token: 0x060000E1 RID: 225 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000084")]
[Address(RVA = "0x2FF70F0", Offset = "0x2FF5AF0", VA = "0x182FF70F0")]
public static IDisposable LateUpdate30hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000E2 RID: 226 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000085")]
[Address(RVA = "0x2FF6FF0", Offset = "0x2FF59F0", VA = "0x182FF6FF0")]
public static IDisposable LateUpdate10hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
// Token: 0x060000E3 RID: 227 RVA: 0x000020DE File Offset: 0x000002DE
[Token(Token = "0x6000086")]
[Address(RVA = "0x2FF7070", Offset = "0x2FF5A70", VA = "0x182FF7070")]
public static IDisposable LateUpdate1hz(this MonoBehaviour behaviour, Action<float> update)
{
return null;
}
}
}