56 lines
2.0 KiB
C#
56 lines
2.0 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 = "0x1995DC0", Offset = "0x1994BC0", VA = "0x181995DC0")]
|
|
internal CVRSpatialAnchors(IntPtr pInterface)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000D39 RID: 3385 RVA: 0x00005F9C File Offset: 0x0000419C
|
|
[Token(Token = "0x60006BD")]
|
|
[Address(RVA = "0x1995D00", Offset = "0x1994B00", VA = "0x181995D00")]
|
|
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 = "0x1995D30", Offset = "0x1994B30", VA = "0x181995D30")]
|
|
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 = "0x1995D90", Offset = "0x1994B90", VA = "0x181995D90")]
|
|
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 = "0x1995D60", Offset = "0x1994B60", VA = "0x181995D60")]
|
|
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;
|
|
}
|
|
}
|