scripts
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Graph.Nodes
|
||||
{
|
||||
// Token: 0x02000346 RID: 838
|
||||
[Token(Token = "0x200023E")]
|
||||
[Guid("38B502DC-DD35-4083-A2B0-8A8E5F69A958")]
|
||||
[StructLayout(3)]
|
||||
public class CeilToIntNode : FloatToIntConversionNodeBase
|
||||
{
|
||||
// Token: 0x06001BC3 RID: 7107 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x6001711")]
|
||||
[Address(RVA = "0x21E6100", Offset = "0x21E4B00", VA = "0x1821E6100")]
|
||||
public CeilToIntNode(CircuitContext circuitContext, Guid nodeId)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001BC4 RID: 7108 RVA: 0x0000D514 File Offset: 0x0000B714
|
||||
[Token(Token = "0x6001712")]
|
||||
[Address(RVA = "0x21E60A0", Offset = "0x21E4AA0", VA = "0x1821E60A0", Slot = "44")]
|
||||
protected override int FloatToInt(float input)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user