m
This commit is contained in:
@@ -0,0 +1,231 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Tools.MakerPenTools
|
||||
{
|
||||
// Token: 0x02002B56 RID: 11094
|
||||
[Token(Token = "0x2002B56")]
|
||||
[CreateAssetMenu]
|
||||
public class MakerPenHandleManagerConfig : ScriptableObject
|
||||
{
|
||||
// Token: 0x0601288B RID: 75915 RVA: 0x00436BD0 File Offset: 0x00434DD0
|
||||
[Token(Token = "0x601288B")]
|
||||
[Address(RVA = "0x1915E30", Offset = "0x1914E30", VA = "0x181915E30")]
|
||||
public float LNFANGONFMN(float EMLFFPECJBL)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0601288B)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single RecRoom.Tools.MakerPenTools.MakerPenHandleManagerConfig::LNFANGONFMN(System.Single)
|
||||
|
||||
---> System.ArgumentOutOfRangeException: length ('-1') must be a non-negative value. (Parameter 'length')
|
||||
Actual value was -1.
|
||||
at System.ArgumentOutOfRangeException.ThrowNegative[T](T value, String paramName)
|
||||
at System.Array.CopyImpl(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
|
||||
at System.Array.Copy(Array sourceArray, Array destinationArray, Int32 length)
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstBuilder.StackAnalysis(MethodDef methodDef) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstBuilder.cs:line 403
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 117
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0601288C RID: 75916 RVA: 0x00436C10 File Offset: 0x00434E10
|
||||
[Token(Token = "0x601288C")]
|
||||
[Address(RVA = "0x1915D40", Offset = "0x1914D40", VA = "0x181915D40")]
|
||||
public float KDLLCNNBEBD(float EMLFFPECJBL)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0601288C)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single RecRoom.Tools.MakerPenTools.MakerPenHandleManagerConfig::KDLLCNNBEBD(System.Single)
|
||||
|
||||
---> System.ArgumentOutOfRangeException: length ('-1') must be a non-negative value. (Parameter 'length')
|
||||
Actual value was -1.
|
||||
at System.ArgumentOutOfRangeException.ThrowNegative[T](T value, String paramName)
|
||||
at System.Array.CopyImpl(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
|
||||
at System.Array.Copy(Array sourceArray, Array destinationArray, Int32 length)
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstBuilder.StackAnalysis(MethodDef methodDef) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstBuilder.cs:line 403
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 117
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0601288D RID: 75917 RVA: 0x00436C50 File Offset: 0x00434E50
|
||||
[Token(Token = "0x601288D")]
|
||||
[Address(RVA = "0x1915F20", Offset = "0x1914F20", VA = "0x181915F20")]
|
||||
public float OKCNNNFEGLD(float EMLFFPECJBL)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0601288D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single RecRoom.Tools.MakerPenTools.MakerPenHandleManagerConfig::OKCNNNFEGLD(System.Single)
|
||||
|
||||
---> System.ArgumentOutOfRangeException: length ('-1') must be a non-negative value. (Parameter 'length')
|
||||
Actual value was -1.
|
||||
at System.ArgumentOutOfRangeException.ThrowNegative[T](T value, String paramName)
|
||||
at System.Array.CopyImpl(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
|
||||
at System.Array.Copy(Array sourceArray, Array destinationArray, Int32 length)
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstBuilder.StackAnalysis(MethodDef methodDef) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstBuilder.cs:line 403
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 117
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0601288E RID: 75918 RVA: 0x00436C90 File Offset: 0x00434E90
|
||||
[Token(Token = "0x601288E")]
|
||||
[Address(RVA = "0x1916010", Offset = "0x1915010", VA = "0x181916010")]
|
||||
public MakerPenHandleManagerConfig()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400BE8B RID: 48779
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400BE8B")]
|
||||
public TranslationArrowCenterHandle TranslationArrowCenterHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE8C RID: 48780
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400BE8C")]
|
||||
public TranslationPlaneHandle TranslationPlaneHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE8D RID: 48781
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x400BE8D")]
|
||||
public TranslationSideHandle TranslationSideHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE8E RID: 48782
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x400BE8E")]
|
||||
public MakerPenAxisRenderer MakerPenTranslateAxisRendererPrefab;
|
||||
|
||||
// Token: 0x0400BE8F RID: 48783
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x400BE8F")]
|
||||
public MakerPenAxisRenderer MakerPenRotateAxisRendererPrefab;
|
||||
|
||||
// Token: 0x0400BE90 RID: 48784
|
||||
[FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x400BE90")]
|
||||
public MakerPenAxisRenderer MakerPenScaleAxisRendererPrefab;
|
||||
|
||||
// Token: 0x0400BE91 RID: 48785
|
||||
[FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x400BE91")]
|
||||
public MakerPenGridPlaneRenderer MakerPenGridPlaneRendererPrefab;
|
||||
|
||||
// Token: 0x0400BE92 RID: 48786
|
||||
[FieldOffset(Offset = "0x50")]
|
||||
[Token(Token = "0x400BE92")]
|
||||
public RotationCircleCenterHandle RotationCircleCenterHandle;
|
||||
|
||||
// Token: 0x0400BE93 RID: 48787
|
||||
[FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x400BE93")]
|
||||
public ScaleAxisHandleBase ScaleCenterHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE94 RID: 48788
|
||||
[FieldOffset(Offset = "0x60")]
|
||||
[Token(Token = "0x400BE94")]
|
||||
public ScaleAxisHandleBase ScaleSideHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE95 RID: 48789
|
||||
[FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x400BE95")]
|
||||
public CloneAxisHandle CloneSideHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE96 RID: 48790
|
||||
[FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x400BE96")]
|
||||
public CloneAxisHandle CloneCenterHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE97 RID: 48791
|
||||
[FieldOffset(Offset = "0x78")]
|
||||
[Token(Token = "0x400BE97")]
|
||||
public CloneAxisHandle MirrorSideHandlePrefab;
|
||||
|
||||
// Token: 0x0400BE98 RID: 48792
|
||||
[FieldOffset(Offset = "0x80")]
|
||||
[Token(Token = "0x400BE98")]
|
||||
public Color XAxisColor;
|
||||
|
||||
// Token: 0x0400BE99 RID: 48793
|
||||
[FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x400BE99")]
|
||||
public Color YAxisColor;
|
||||
|
||||
// Token: 0x0400BE9A RID: 48794
|
||||
[FieldOffset(Offset = "0xA0")]
|
||||
[Token(Token = "0x400BE9A")]
|
||||
public Color ZAxisColor;
|
||||
|
||||
// Token: 0x0400BE9B RID: 48795
|
||||
[FieldOffset(Offset = "0xB0")]
|
||||
[Token(Token = "0x400BE9B")]
|
||||
public Color CenterAxisColor;
|
||||
|
||||
// Token: 0x0400BE9C RID: 48796
|
||||
[FieldOffset(Offset = "0xC0")]
|
||||
[Token(Token = "0x400BE9C")]
|
||||
public float ConstSize = 0.04f;
|
||||
|
||||
// Token: 0x0400BE9D RID: 48797
|
||||
[FieldOffset(Offset = "0xC4")]
|
||||
[Token(Token = "0x400BE9D")]
|
||||
public float DistScale = 0.04f;
|
||||
|
||||
// Token: 0x0400BE9E RID: 48798
|
||||
[FieldOffset(Offset = "0xC8")]
|
||||
[Token(Token = "0x400BE9E")]
|
||||
public float MinSize = 0.01f;
|
||||
|
||||
// Token: 0x0400BE9F RID: 48799
|
||||
[FieldOffset(Offset = "0xCC")]
|
||||
[Token(Token = "0x400BE9F")]
|
||||
public float RotConstSize = 0.04f;
|
||||
|
||||
// Token: 0x0400BEA0 RID: 48800
|
||||
[FieldOffset(Offset = "0xD0")]
|
||||
[Token(Token = "0x400BEA0")]
|
||||
public float RotDistScale = 0.04f;
|
||||
|
||||
// Token: 0x0400BEA1 RID: 48801
|
||||
[FieldOffset(Offset = "0xD4")]
|
||||
[Token(Token = "0x400BEA1")]
|
||||
public float RotMinSize = 0.01f;
|
||||
|
||||
// Token: 0x0400BEA2 RID: 48802
|
||||
[FieldOffset(Offset = "0xD8")]
|
||||
[Token(Token = "0x400BEA2")]
|
||||
public float ScaleConstSize = 0.04f;
|
||||
|
||||
// Token: 0x0400BEA3 RID: 48803
|
||||
[FieldOffset(Offset = "0xDC")]
|
||||
[Token(Token = "0x400BEA3")]
|
||||
public float ScaleDistScale = 0.04f;
|
||||
|
||||
// Token: 0x0400BEA4 RID: 48804
|
||||
[FieldOffset(Offset = "0xE0")]
|
||||
[Token(Token = "0x400BEA4")]
|
||||
public float ScaleMinSize = 0.01f;
|
||||
|
||||
// Token: 0x0400BEA5 RID: 48805
|
||||
[FieldOffset(Offset = "0xE4")]
|
||||
[Token(Token = "0x400BEA5")]
|
||||
public float MinSideOffset = 2f;
|
||||
|
||||
// Token: 0x0400BEA6 RID: 48806
|
||||
[FieldOffset(Offset = "0xE8")]
|
||||
[Token(Token = "0x400BEA6")]
|
||||
public float Handle2DAngleThreshold = 75f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user