56 lines
1.9 KiB
C#
56 lines
1.9 KiB
C#
using System;
|
|
using System.Text;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Valve.VR
|
|
{
|
|
// Token: 0x02000238 RID: 568
|
|
[Token(Token = "0x2000097")]
|
|
public class CVRSpatialAnchors
|
|
{
|
|
// Token: 0x06000D38 RID: 3384 RVA: 0x00002201 File Offset: 0x00000401
|
|
[Token(Token = "0x60006BC")]
|
|
[Address(RVA = "0x5F8800", Offset = "0x5F7800", VA = "0x1805F8800")]
|
|
internal CVRSpatialAnchors(IntPtr pInterface)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000D39 RID: 3385 RVA: 0x00005F9C File Offset: 0x0000419C
|
|
[Token(Token = "0x60006BD")]
|
|
[Address(RVA = "0x5F8740", Offset = "0x5F7740", VA = "0x1805F8740")]
|
|
public EVRSpatialAnchorError CreateSpatialAnchorFromDescriptor(string pchDescriptor, ref uint pHandleOut)
|
|
{
|
|
return EVRSpatialAnchorError.Success;
|
|
}
|
|
|
|
// Token: 0x06000D3A RID: 3386 RVA: 0x00005FB4 File Offset: 0x000041B4
|
|
[Token(Token = "0x60006BE")]
|
|
[Address(RVA = "0x5F8770", Offset = "0x5F7770", VA = "0x1805F8770")]
|
|
public EVRSpatialAnchorError CreateSpatialAnchorFromPose(uint unDeviceIndex, ETrackingUniverseOrigin eOrigin, ref SpatialAnchorPose_t pPose, ref uint pHandleOut)
|
|
{
|
|
return EVRSpatialAnchorError.Success;
|
|
}
|
|
|
|
// Token: 0x06000D3B RID: 3387 RVA: 0x00005FCC File Offset: 0x000041CC
|
|
[Token(Token = "0x60006BF")]
|
|
[Address(RVA = "0x5F87D0", Offset = "0x5F77D0", VA = "0x1805F87D0")]
|
|
public EVRSpatialAnchorError GetSpatialAnchorPose(uint unHandle, ETrackingUniverseOrigin eOrigin, ref SpatialAnchorPose_t pPoseOut)
|
|
{
|
|
return EVRSpatialAnchorError.Success;
|
|
}
|
|
|
|
// Token: 0x06000D3C RID: 3388 RVA: 0x00005FE4 File Offset: 0x000041E4
|
|
[Token(Token = "0x60006C0")]
|
|
[Address(RVA = "0x5F87A0", Offset = "0x5F77A0", VA = "0x1805F87A0")]
|
|
public EVRSpatialAnchorError GetSpatialAnchorDescriptor(uint unHandle, StringBuilder pchDescriptorOut, ref uint punDescriptorBufferLenInOut)
|
|
{
|
|
return EVRSpatialAnchorError.Success;
|
|
}
|
|
|
|
// Token: 0x04000422 RID: 1058
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x40003EA")]
|
|
private IVRSpatialAnchors FnTable;
|
|
}
|
|
}
|