C# Class PrefabPoolAgent, UnityFramework

Inheritance: IPoolAgent
Mostrar archivo 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_oe property

public UnityAction callback
return UnityAction

particle public_oe property

public ParticleSystem particle
return ParticleSystem

pool public_oe property

public PrefabPool, pool
return PrefabPool,

type public_oe property

public PrefabType type
return PrefabType