Class MARSRuntimePrefabs
Holds global references to major MARS components for script access
Inheritance
MARSRuntimePrefabs
Syntax
public class MARSRuntimePrefabs : ScriptableSettings<MARSRuntimePrefabs>
Properties
DistanceHandle
Declaration
public GameObject DistanceHandle { get; }
Property Value
Type |
Description |
GameObject |
|
ElevationHandle
Declaration
public GameObject ElevationHandle { get; }
Property Value
Type |
Description |
GameObject |
|
entityColors
Declaration
public ColorPreset entityColors { get; }
Property Value
PlaneSizeHandle
Declaration
public GameObject PlaneSizeHandle { get; }
Property Value
Type |
Description |
GameObject |
|
UserPrefab
Declaration
public GameObject UserPrefab { get; }
Property Value
Type |
Description |
GameObject |
|