Class HighLevelLoadManager
Inheritance
HighLevelLoadManager
Syntax
public class HighLevelLoadManager : MonoBehaviour
Fields
floatingRocksParent
Declaration
public Transform floatingRocksParent
Field Value
islandGrid
Declaration
[Tooltip("Rows and cols for the grid")]
public Vector3 islandGrid
Field Value
prefab
Declaration
Field Value
startingLoadAmount
Declaration
[Tooltip("How many islands in percent(%) to enable spinning at the start of the test")]
[Range(0F, 100F)]
public float startingLoadAmount
Field Value
Methods
SetLoad(Single)
Declaration
public void SetLoad(float loadAmount)
Parameters
Type |
Name |
Description |
Single |
loadAmount |
|