77 lines
2.3 KiB
C#
77 lines
2.3 KiB
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using CircuitsV2.Protobuf;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace CircuitsV2.Graph.Payload
|
|
{
|
|
// Token: 0x020002DF RID: 735
|
|
[Token(Token = "0x20001E7")]
|
|
[StructLayout(3)]
|
|
public sealed class SetEventTransformPayload
|
|
{
|
|
// Token: 0x17000519 RID: 1305
|
|
// (get) Token: 0x060018ED RID: 6381 RVA: 0x0000BFFC File Offset: 0x0000A1FC
|
|
[Token(Token = "0x170004FA")]
|
|
public Guid ContextId
|
|
{
|
|
[Token(Token = "0x6001468")]
|
|
[Address(RVA = "0xE6BDC0", Offset = "0xE6A7C0", VA = "0x180E6BDC0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return default(Guid);
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700051A RID: 1306
|
|
// (get) Token: 0x060018EE RID: 6382 RVA: 0x0000C014 File Offset: 0x0000A214
|
|
[Token(Token = "0x170004FB")]
|
|
public Guid EventId
|
|
{
|
|
[Token(Token = "0x6001469")]
|
|
[Address(RVA = "0x75DFF0", Offset = "0x75C9F0", VA = "0x18075DFF0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return default(Guid);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060018EF RID: 6383 RVA: 0x00002096 File Offset: 0x00000296
|
|
[Token(Token = "0x600146A")]
|
|
[Address(RVA = "0x21BC1D0", Offset = "0x21BABD0", VA = "0x1821BC1D0")]
|
|
private SetEventTransformPayload(Guid contextId, Guid eventId, in Vector3? localSpacePosition, in Quaternion? localSpaceRotation)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060018F0 RID: 6384 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x600146B")]
|
|
[Address(RVA = "0x21BC0C0", Offset = "0x21BAAC0", VA = "0x1821BC0C0")]
|
|
public static ActionData NewAction(Guid contextId, Guid eventId, in Vector3? localSpacePosition, in Quaternion? localSpaceRotation)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x060018F1 RID: 6385 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x600146C")]
|
|
[Address(RVA = "0x21BBF10", Offset = "0x21BA910", VA = "0x1821BBF10")]
|
|
public static ReduceAction<SetEventTransformPayload> FromAction(ActionData actionData)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x040009B1 RID: 2481
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x400075B")]
|
|
public readonly Vector3? LocalSpacePosition;
|
|
|
|
// Token: 0x040009B2 RID: 2482
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
|
[Token(Token = "0x400075C")]
|
|
public readonly Quaternion? LocalSpaceRotation;
|
|
}
|
|
}
|