C# Class PrefabPoolAgent, UnityFramework

Inheritance: IPoolAgent
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Свойство Type Description
callback UnityAction
particle ParticleSystem
pool PrefabPool,
type PrefabType

Méthodes publiques

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

Method Details

GetEntity() public méthode

public GetEntity ( ) : GameObject
Résultat GameObject

OnClear() public méthode

public OnClear ( ) : void
Résultat void

OnInit() public méthode

public OnInit ( string tag, Component who ) : void
tag string
who Component
Résultat void

OnRelease() public méthode

public OnRelease ( ) : void
Résultat void

OnReset() public méthode

public OnReset ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

callback public_oe property

public UnityAction callback
Résultat UnityAction

particle public_oe property

public ParticleSystem particle
Résultat ParticleSystem

pool public_oe property

public PrefabPool, pool
Résultat PrefabPool,

type public_oe property

public PrefabType type
Résultat PrefabType