PrefabPoolAgent.GetEntity C# (CSharp) 메소드

GetEntity() 공개 메소드

public GetEntity ( ) : GameObject
리턴 GameObject
    public GameObject GetEntity()
    {
        return entity;
    }