EdenAutoMorpherScript 추출 코드 정제
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Warning: Some assembly references could not be resolved automatically. This might lead to incorrect decompilation of some parts,
|
||||
// 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.RegionStats
|
||||
@@ -6,11 +6,11 @@ using UnityEngine;
|
||||
|
||||
public struct RegionStats
|
||||
{
|
||||
public Vector3 center;
|
||||
public Vector3 center;
|
||||
|
||||
public Vector3 principalAxis;
|
||||
public Vector3 principalAxis;
|
||||
|
||||
public float length;
|
||||
public float length;
|
||||
|
||||
public float avgRadius;
|
||||
public float avgRadius;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user