Class MtStHelensData
Inheritance
MtStHelensData
Assembly: Assembly-CSharp.dll
Syntax
public class MtStHelensData : MonoBehaviour
Fields
afterFileName
Declaration
public string afterFileName
Field Value
afterPointList
Declaration
[HideInInspector]
public List<Vector3> afterPointList
Field Value
Type |
Description |
List<Vector3> |
|
beforeFileName
Declaration
public string beforeFileName
Field Value
beforePointList
Declaration
[HideInInspector]
public List<Vector3> beforePointList
Field Value
Type |
Description |
List<Vector3> |
|
differences
Declaration
[HideInInspector]
public List<float> differences
Field Value
gridX
Declaration
public const int gridX = 240
Field Value
gridY
Declaration
public const int gridY = 346
Field Value
pointsBounds
Declaration
[HideInInspector]
public Bounds pointsBounds
Field Value
Properties
Loaded
Declaration
public bool Loaded { get; }
Property Value