ccCreateGroup.at C# (CSharp) Method

at() public method

public at ( int i ) : GameObject
i int
return GameObject
    public GameObject at(int i)
    {
        return all[i] as GameObject;
    }