C# 클래스 PrefabPoolAgent, UnityFramework

상속: IPoolAgent
파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
callback UnityAction
particle ParticleSystem
pool PrefabPool,
type PrefabType

공개 메소드들

메소드 설명
GetEntity ( ) : GameObject
OnClear ( ) : void
OnInit ( string tag, Component who ) : void
OnRelease ( ) : void
OnReset ( ) : void
Reset ( ) : void

메소드 상세

GetEntity() 공개 메소드

public GetEntity ( ) : GameObject
리턴 GameObject

OnClear() 공개 메소드

public OnClear ( ) : void
리턴 void

OnInit() 공개 메소드

public OnInit ( string tag, Component who ) : void
tag string
who Component
리턴 void

OnRelease() 공개 메소드

public OnRelease ( ) : void
리턴 void

OnReset() 공개 메소드

public OnReset ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

callback 공개적으로 프로퍼티

public UnityAction callback
리턴 UnityAction

particle 공개적으로 프로퍼티

public ParticleSystem particle
리턴 ParticleSystem

pool 공개적으로 프로퍼티

public PrefabPool, pool
리턴 PrefabPool,

type 공개적으로 프로퍼티

public PrefabType type
리턴 PrefabType