Class PropSpawnRule
Inheritance
object
UnityEngine.Object
UnityEngine.ScriptableObject
PropSpawnRule
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[CreateAssetMenu(fileName = "New Prop Spawn Rule", menuName = "Prop Spawn Rule")]
public class PropSpawnRule : ScriptableObject
Fields
entries
Declaration
[ListDrawerSettings(Expanded = true)]
public List<PropSpawnRule.PropEntry> entries
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><PropSpawnRule.PropEntry> |