Class FeedbackManager.EffectPool
Inheritance
object
FeedbackManager.EffectPool
Assembly: Dew.Core.dll
Syntax
[Serializable]
[InlineProperty]
public class FeedbackManager.EffectPool
Fields
effect
Declaration
[HideLabel]
[HorizontalGroup("A", 0, 0, 0, 0)]
public GameObject effect
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
numOfSources
Declaration
[HideLabel]
[HorizontalGroup("A", 0, 0, 0, 0)]
public int numOfSources
Field Value
Methods
Declaration
public void Init(Transform parent)
Parameters
| Type |
Name |
Description |
| UnityEngine.Transform |
parent |
|
Play()
Declaration