Inherits MonoBehaviour, and IUpdateEvent.
Public Member Functions | |
void | OnUpdate () |
ScaleCurveBehavior | GetPooled (Vector3 position) |
void | DestroyObj (MFObject obj, Behavior bhv) |
Public Attributes | |
int | amountToPool = 20 |
List< ScaleCurveBehavior > | pool = new List<ScaleCurveBehavior>() |
float | instantiateDistance |
ScaleCurveBehavior | target |