This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x020002D8 RID: 728
[Token(Token = "0x2000137")]
public struct InputPoseActionData_t
{
// Token: 0x040009B4 RID: 2484
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400097C")]
public bool bActive;
// Token: 0x040009B5 RID: 2485
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x400097D")]
public ulong activeOrigin;
// Token: 0x040009B6 RID: 2486
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400097E")]
public TrackedDevicePose_t pose;
}
}