scripts
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Graph.Nodes
|
||||
{
|
||||
// Token: 0x02000347 RID: 839
|
||||
[Token(Token = "0x200023F")]
|
||||
[Guid("0D2A4771-0694-4B84-8E07-2080C26AAE22")]
|
||||
[StructLayout(3)]
|
||||
public class RoundToIntNode : FloatToIntConversionNodeBase
|
||||
{
|
||||
// Token: 0x06001BC5 RID: 7109 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x6001713")]
|
||||
[Address(RVA = "0x2769560", Offset = "0x2767F60", VA = "0x182769560")]
|
||||
public RoundToIntNode(CircuitContext circuitContext, Guid nodeId)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001BC6 RID: 7110 RVA: 0x0000D52C File Offset: 0x0000B72C
|
||||
[Token(Token = "0x6001714")]
|
||||
[Address(RVA = "0x2769500", Offset = "0x2767F00", VA = "0x182769500", Slot = "44")]
|
||||
protected override int FloatToInt(float input)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user