using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace CircuitsV2.Graph.Nodes { // Token: 0x02000345 RID: 837 [Token(Token = "0x200023D")] [Guid("BC451CAB-2292-4E60-832D-31060EB82BD0")] [StructLayout(3)] public class FloorToIntNode : FloatToIntConversionNodeBase { // Token: 0x06001BC1 RID: 7105 RVA: 0x00002096 File Offset: 0x00000296 [Token(Token = "0x600170F")] [Address(RVA = "0x2654A70", Offset = "0x2653470", VA = "0x182654A70")] public FloorToIntNode(CircuitContext circuitContext, Guid nodeId) { } // Token: 0x06001BC2 RID: 7106 RVA: 0x0000D4FC File Offset: 0x0000B6FC [Token(Token = "0x6001710")] [Address(RVA = "0x2654A10", Offset = "0x2653410", VA = "0x182654A10", Slot = "44")] protected override int FloatToInt(float input) { return 0; } } }