Class ABRSpaceConvertExample
Measure the distance between two points
Namespace: Global
Assembly: Assembly-CSharp.dll
Syntax
public class ABRSpaceConvertExample : MonoBehaviour
Fields
keyDataPathToMeasure
Measure the distance between two points
Declaration
[Header("Which key data object to measure data points in")]
public string keyDataPathToMeasure
Field Value
Type | Description |
---|---|
string |
measurePoint1
Measure the distance between two points
Declaration
[Header("Assign these objects and move them around to measure points in space.")]
public Transform measurePoint1
Field Value
Type | Description |
---|---|
Transform |
measurePoint2
Measure the distance between two points
Declaration
public Transform measurePoint2
Field Value
Type | Description |
---|---|
Transform |