Class VFXDatabase.VFXDBEntry
An entry in the VFXDatabase, storing all the data needed to create the pools of instances of VFX.
Inheritance
System.Object
VFXDatabase.VFXDBEntry
Namespace: CreatorKitCode
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class VFXDBEntry
Fields
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
PoolSize
Declaration
public int PoolSize
Field Value
Type | Description |
---|---|
System.Int32 |
Prefab
Declaration
public GameObject Prefab
Field Value
Type | Description |
---|---|
UnityEngine.GameObject |