C# Class PrefabPoolAgent, UnityFramework

Inheritance: IPoolAgent
Show file Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
callback UnityAction
particle ParticleSystem
pool PrefabPool,
type PrefabType

Public Methods

Method Description
GetEntity ( ) : GameObject
OnClear ( ) : void
OnInit ( string tag, Component who ) : void
OnRelease ( ) : void
OnReset ( ) : void
Reset ( ) : void

Method Details

GetEntity() public method

public GetEntity ( ) : GameObject
return GameObject

OnClear() public method

public OnClear ( ) : void
return void

OnInit() public method

public OnInit ( string tag, Component who ) : void
tag string
who Component
return void

OnRelease() public method

public OnRelease ( ) : void
return void

OnReset() public method

public OnReset ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

callback public property

public UnityAction callback
return UnityAction

particle public property

public ParticleSystem particle
return ParticleSystem

pool public property

public PrefabPool, pool
return PrefabPool,

type public property

public PrefabType type
return PrefabType