Class MidLevelLoadManager
Inheritance
MidLevelLoadManager
Syntax
public class MidLevelLoadManager : MonoBehaviour
Fields
startingLoadAmount
Declaration
[Tooltip("How many Vegetation objects in percent(%) to enable at the start of the test(DISABLED)")]
[Range(0F, 100F)]
public float startingLoadAmount
Field Value
Vegetation
Declaration
public Transform Vegetation
Field Value
Methods
SetLoad(Single)
Declaration
public void SetLoad(float loadAmount)
Parameters
Type |
Name |
Description |
Single |
loadAmount |
|