EdenAutoMorpherScript를 ILSpy로 디컴파일한 결과를 수정없이 가져옴
This commit is contained in:
18
Assets/@Eden_Tools/Eden_AutoMorpher/Script/BvhTriangle.cs
Normal file
18
Assets/@Eden_Tools/Eden_AutoMorpher/Script/BvhTriangle.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// Warning: Some assembly references could not be resolved automatically. This might lead to incorrect decompilation of some parts,
|
||||
// for ex. property getter/setter access. To get optimal decompilation results, please manually add the missing references to the list of loaded assemblies.
|
||||
// EdenAutoMorpherScript, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// Eden.AutoMorpher.BvhTriangle
|
||||
using UnityEngine;
|
||||
|
||||
public struct BvhTriangle
|
||||
{
|
||||
public Vector3 a;
|
||||
|
||||
public Vector3 b;
|
||||
|
||||
public Vector3 c;
|
||||
|
||||
public Vector3 normal;
|
||||
|
||||
public HumanBodyBones mainHumanBone;
|
||||
}
|
||||
Reference in New Issue
Block a user